diff --git a/templates/partial/_get-started-linux.html b/templates/partial/_get-started-linux.html index 0d167927..663a487c 100644 --- a/templates/partial/_get-started-linux.html +++ b/templates/partial/_get-started-linux.html @@ -19,7 +19,21 @@ - +
Add yourself to the group
+sudo usermod -a -G microk8s $USER
+ su - $USER
+ microk8s enable dashboard
- microk8s enable dns
microk8s enable registry
- microk8s enable istio
Try microk8s enable --help
for a list of available services and optional features. microk8s disable <name>
turns off a service.