Commit 82ed8f01 authored by Brendan Burns's avatar Brendan Burns

Merge pull request #2430 from rlarocque2/vagrant_auth_fix

Chmod the right file in cluster/vagrant/util.sh
parents 21215598 914c5eb1
......@@ -62,7 +62,7 @@ function kube-up {
}
EOF
chmod 0600 ~/.kubernetes_auth "${HOME}/${kube_cert}" \
chmod 0600 ~/.kubernetes_vagrant_auth "${HOME}/${kube_cert}" \
"${HOME}/${kube_key}" "${HOME}/${ca_cert}"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment