Comment 1 for bug 1881769

Revision history for this message
Ian Booth (wallyworld) wrote :

It seems the issue here is that the user cannot run microk8s because they are not in the microk8s group.

https://github.com/ubuntu/microk8s/blob/master/microk8s-resources/actions/common/utils.sh#L7

So microk8s is not operational and the juju snap hook exits 1.
We'll land a tweak to the juju snap hook to always exit 0 so that even if there's an issue, it won't block anything. After all, it's just an optimisation that is being done.