We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
eval $(minikube docker-env)
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
💣 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 version
$ minikube status host: kubelet: apiserver: kubeconfig:
minikube status
I tried to minikube start and minikube delete but nothing. Is there anything that I missed?
minikube start
minikube delete
The text was updated successfully, but these errors were encountered:
I think you try deleting your minikube folder:
$ minikube delete $ rm -rf /home/xxxx/.minikube
Sorry, something went wrong.
No branches or pull requests
I build and run docker image successfully, but when I run the following command I got this error:
$
eval $(minikube docker-env)
$
minikube version
minikube version: v1.6.2
commit: 54f28ac5d3a815d
$
minikube status
host:
kubelet:
apiserver:
kubeconfig:
I tried to
minikube start
andminikube delete
but nothing. Is there anything that I missed?The text was updated successfully, but these errors were encountered: