Created
March 29, 2017 18:57
-
-
Save durch/236db6cd579cb5f2c7938f183c2137b1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
cp /etc/kubernetes/admin.conf $HOME/ | |
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