Juju 3.4 - lstat /run/user/1000/doc: permission denied

Hi All,

I am trying to install juju 3.4 as shown in below commands and I am seeing permission denied log. Is this something I can ignore or can fix it ?

sudo snap install juju --channel=3.4/stable --classic
microk8s config | juju add-k8s my-k8s --client

mm324:~$ microk8s config | juju add-k8s my-k8s --client
update.go:85: cannot change mount namespace according to change mount (/run/user/1000/doc/by-app/snap.juju /run/user/1000/doc none bind,rw,x-snapd.ignore-missing 0 0): cannot inspect "/run/user/1000/doc": lstat /run/user/1000/doc: permission denied
Since Juju 3 is being run for the first time, it has downloaded the latest public cloud information.
				
K8s substrate "microk8s/localhost" added as cloud "my-k8s".
You can now bootstrap to this cloud by running 'juju bootstrap my-k8s'.
1 Like