Skip to content

Instantly share code, notes, and snippets.

@luigidifraia
Created May 19, 2020 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luigidifraia/400f0845c4e23754d411d9db9adaef63 to your computer and use it in GitHub Desktop.
Save luigidifraia/400f0845c4e23754d411d9db9adaef63 to your computer and use it in GitHub Desktop.
#!/bin/bash
mkdir -p $HOME/.kube
sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
sudo chown $(id -u):$(id -g) $HOME/.kube/config
echo "export KUBECONFIG=\$HOME/.kube/config" >> ~/.bashrc
export KUBECONFIG=$HOME/.kube/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment