We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e642fd2 + 7a5edeb commit e6f4ca1Copy full SHA for e6f4ca1
code/local-kubernetes-cluster-installation/install-microk8s-on-ubuntu.sh
@@ -50,7 +50,8 @@ apt-get install unzip
50
51
# Note - we pegged the Kubernetes version here
52
snap install microk8s --classic --channel=1.19
53
-snap install --stable docker
+curl -fsSL https://get.docker.com -o get-docker.sh
54
+sh get-docker.sh
55
snap install kubectl --classic --channel=1.19
56
snap install helm --classic --channel=3.4
57
sleep 60 # Sometimes microk8s needs time to stabilize
0 commit comments