mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Fix kubectl flags for vagrant
This commit is contained in:
parent
fa4e186e54
commit
c929ec5a44
@ -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