microk8s ubuntu默认用户名和密码

发布于 2023-03-06  707 次阅读


重设就行了

First find the name of your instance

multipass list

then login to the instance in multipass

multipass shell <instance name>

Next you can set your password for the default ubuntu user

sudo passwd ubuntu