Skip to content

Commit eef840a

Browse files
Removed --channel from microk8s command (#66)
--channel specifies which k8s you would like to run microk8s on, as it was set to 1.22 the microk8s would run on k8s 1.22 and an older version of helm. Removing this, microk8s defaults to the latest stable k8s version
1 parent 867a60b commit eef840a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup/install/Install-devtron-on-Minikube-Microk8s-K3s-Kind.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ It is recommended to use Cloud VM with 2vCPU+, 4GB+ free memory, 20GB+ storage,
133133
### Create MicroK8s Cluster
134134

135135
```bash
136-
sudo snap install microk8s --classic --channel=1.22
136+
sudo snap install microk8s --classic
137137
sudo usermod -a -G microk8s $USER
138138
sudo chown -f -R $USER ~/.kube
139139
newgrp microk8s

0 commit comments

Comments
 (0)