Skip to content

Instantly share code, notes, and snippets.

@asalimonov
Created May 5, 2020 10:02
Show Gist options
  • Save asalimonov/046c7c2d2ec68873b3a0f34bdf2cd490 to your computer and use it in GitHub Desktop.
Save asalimonov/046c7c2d2ec68873b3a0f34bdf2cd490 to your computer and use it in GitHub Desktop.
mkdir -p $HOME/.kube
sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
sudo chown $(id -u):$(id -g) $HOME/.kube/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment