Last active
September 22, 2017 11:02
-
-
Save pserrano/99968d26eed4a492d1c0e3cd40be3c0b to your computer and use it in GitHub Desktop.
kubernetes fix user home
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#To start using your cluster, you need to run (as a regular user): | |
sudo cp /etc/kubernetes/admin.conf $HOME/ | |
sudo chown $(id -u):$(id -g) $HOME/admin.conf | |
export KUBECONFIG=$HOME/admin.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment