Skip to content

Commit

Permalink
Merge pull request kubernetes#1931 from derekwaynecarr/fix_kubectl_fo…
Browse files Browse the repository at this point in the history
…r_vagrant

Fix kubectl flags for vagrant
  • Loading branch information
jbeda committed Oct 21, 2014
2 parents 9cac86c + c929ec5 commit da6866c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/kubectl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=()
Expand Down

0 comments on commit da6866c

Please sign in to comment.