mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #1931 from derekwaynecarr/fix_kubectl_for_vagrant
Fix kubectl flags for vagrant
This commit is contained in:
commit
da6866c720
@ -87,8 +87,8 @@ if [[ "$KUBERNETES_PROVIDER" == "vagrant" ]]; then
|
|||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
auth_config=(
|
auth_config=(
|
||||||
"-auth-path" "$HOME/.kubernetes_vagrant_auth"
|
"--auth-path=$HOME/.kubernetes_vagrant_auth"
|
||||||
"-insecure-skip-tls-verify"
|
"--insecure-skip-tls-verify=true"
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
auth_config=()
|
auth_config=()
|
||||||
|
Loading…
Reference in New Issue
Block a user