Has anyone come across this issue before?
/snap/bin/microk8s
permanently dropping privs did not work: File exists
I get the same error when trying to run any of the other sub commands like microk8s.enable, microk8s.status, microk8s.kubectl - all same error message.
I tried to:
strace
with the command to see if I can figure out what "File exists" - Nothing fruitful came of that.Any pointers will be greatly appreciated.
I had a same error message when I execute docker command after installing docker via snap. After logout-login, the error was solved in my case.