Fix kubectl flags for vagrant

pull/6/head
derekwaynecarr 2014-10-21 15:29:35 -04:00
parent fa4e186e54
commit c929ec5a44
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ if [[ "$KUBERNETES_PROVIDER" == "vagrant" ]]; then
}
EOF
auth_config=(
"-auth-path" "$HOME/.kubernetes_vagrant_auth"
"-insecure-skip-tls-verify"
"--auth-path=$HOME/.kubernetes_vagrant_auth"
"--insecure-skip-tls-verify=true"
)
else
auth_config=()