Skip to content

Instantly share code, notes, and snippets.

@noudadrichem
Created April 12, 2021 18:08
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 noudadrichem/3305da605a42f667af08db087b082c01 to your computer and use it in GitHub Desktop.
Save noudadrichem/3305da605a42f667af08db087b082c01 to your computer and use it in GitHub Desktop.
echo "Installing microk8s 1.18/stable for $(whoami)"
sudo snap install microk8s --classic --channel=1.18/stable
sudo microk8s start
sudo microk8s status --wait-ready
sudo microk8s.kubectl get nodes
sudo microk8s.kubectl get all -o wide
echo "--DONE--"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment