Skip to content
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

Getting error when I run eval $(minikube docker-env) #6

Open
AnowarCST opened this issue Jan 9, 2020 · 1 comment
Open

Getting error when I run eval $(minikube docker-env) #6

AnowarCST opened this issue Jan 9, 2020 · 1 comment

Comments

@AnowarCST
Copy link

I build and run docker image successfully, but when I run the following command I got this error:

$ eval $(minikube docker-env)

💣 Error getting config: stat /home/xxxx/.minikube/profiles/minikube/config.json: no such file or directory

😿 minikube is exiting due to an error. If the above message is not useful, open an issue:
👉 https://github.com/kubernetes/minikube/issues/new/choose

$ minikube version
minikube version: v1.6.2
commit: 54f28ac5d3a815d

$ minikube status
host:
kubelet:
apiserver:
kubeconfig:

I tried to minikube start and minikube delete but nothing. Is there anything that I missed?

@danielepolencic
Copy link
Contributor

I think you try deleting your minikube folder:

$ minikube delete
$ rm -rf /home/xxxx/.minikube

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants