mirror of https://github.com/k3s-io/k3s
auth_config path for aws for ginkgo
parent
e8ee20afff
commit
4066826b10
|
@ -97,7 +97,7 @@ elif [[ "${KUBERNETES_PROVIDER}" == "gce" ]]; then
|
|||
)
|
||||
elif [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
|
||||
auth_config=(
|
||||
"--auth_config=${HOME}/.kubernetes_auth"
|
||||
"--auth_config=${HOME}/.kube/${INSTANCE_PREFIX}/kubernetes_auth"
|
||||
)
|
||||
else
|
||||
auth_config=()
|
||||
|
|
Loading…
Reference in New Issue