Skip to content

Instantly share code, notes, and snippets.

@slavahatnuke
Created April 22, 2020 17:41
Show Gist options
  • Save slavahatnuke/036079ff31d26a315b3c71239715e4a8 to your computer and use it in GitHub Desktop.
Save slavahatnuke/036079ff31d26a315b3c71239715e4a8 to your computer and use it in GitHub Desktop.
sudo snap install microk8s --classic
echo "PATH=$PATH:/snap/bin" >> .bashrc
sudo usermod -a -G microk8s $USER
sudo chown -f -R $USER ~/.kube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment