mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #5110 from justinsb/aws_ginkgo_auth_config_path
auth_config path for aws for ginkgo
This commit is contained in:
commit
ee351b3f9c
@ -97,7 +97,7 @@ elif [[ "${KUBERNETES_PROVIDER}" == "gce" ]]; then
|
|||||||
)
|
)
|
||||||
elif [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
|
elif [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
|
||||||
auth_config=(
|
auth_config=(
|
||||||
"--auth_config=${HOME}/.kubernetes_auth"
|
"--auth_config=${HOME}/.kube/${INSTANCE_PREFIX}/kubernetes_auth"
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
auth_config=()
|
auth_config=()
|
||||||
|
Loading…
Reference in New Issue
Block a user