-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
none as non-root: Unable to load config: stat: stat config.json: permission denied #7107
Comments
Can you share the output of:
Thank you! |
My guess is that the files are not owned by the user you are running minikube as. |
I am facing the same issue. I used minikube installation guide to install minikube on my ubuntu 18.04. upon doing I have checked owner of the file using Please suggest me what can I do to solve this issue. If I try to copy this file to make myself as owner it cannot access file even to copy it. |
I'm hitting the same issue on 18.04 following this guide https://www.howtoforge.com/how-to-install-kubernetes-with-minikube-on-ubuntu-1804-lts/ |
@habib-ali - Thank you! We can improve that error message. Using |
@tstromberg I tried to use
If I run |
The exact command to reproduce the issue:
minikube start --vm-driver=virtualbox
The full output of the command that failed:
E0319 15:43:50.410596 17940 notify.go:66] write time failed: Error writing current update time to file: : writefile failed for /home/hussnain/.minikube/last_update_check: open /home/hussnain/.minikube/last_update_check: permission denied
🎉 minikube 1.8.2 is available! Download it: https://github.com/kubernetes/minikube/releases/tag/v1.8.2
💡 To disable this notice, run: 'minikube config set WantUpdateNotification false'
🙄 minikube v1.7.3 on Ubuntu 18.04
💣 Unable to load config: stat: stat /home/hussnain/.minikube/profiles/minikube/config.json: permission denied
The output of the
minikube logs
command:The operating system version:
Linux javed 5.3.0-40-generic #32~18.04.1-Ubuntu SMP Mon Feb 3 14:05:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: