Microk8s: Question: how to disable microk8s startup at boot time?

Created on 14 Jan 2020  路  2Comments  路  Source: ubuntu/microk8s

I want to start it only when I need it.

Thanks for a great tool!

Q&A

Most helpful comment

When you do a microk8s.stop it is actually disabling the services. Although there is a bug when the snap refreshes it starts the services. Checkout the comment here. https://github.com/ubuntu/microk8s/issues/474#issuecomment-493898948

All 2 comments

When you do a microk8s.stop it is actually disabling the services. Although there is a bug when the snap refreshes it starts the services. Checkout the comment here. https://github.com/ubuntu/microk8s/issues/474#issuecomment-493898948

Ah, so microk8s.stop disables the services thus persisting across a reboot. Thanks!

Was this page helpful?
0 / 5 - 0 ratings