mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-20 01:40:36 +00:00
Merge pull request #2430 from rlarocque2/vagrant_auth_fix
Chmod the right file in cluster/vagrant/util.sh
This commit is contained in:
@@ -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}"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user