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
Minikube v1.34.0 was downloaded
curl -LO https://github.com/kubernetes/minikube/releases/latest/download/minikube-linux-amd64
on 2024-12-30.
It appears that documentation https://minikube.sigs.k8s.io/docs/handbook/config/#environment-variables
If you specify it to /path/to/somewhere and somewhere is not equal to .minikube, the final MINIKUBE_HOME will be /path/to/somewhere/.minikube.
is incorrect: .minikube/ is not created; files are written to /path/to/somewhere/ even if somewhere ≠ .minikube.
.minikube/
/path/to/somewhere/
somewhere
.minikube
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Minikube v1.34.0 was downloaded
on 2024-12-30.
It appears that documentation
https://minikube.sigs.k8s.io/docs/handbook/config/#environment-variables
is incorrect:
.minikube/
is not created; files are written to/path/to/somewhere/
even ifsomewhere
≠.minikube
.The text was updated successfully, but these errors were encountered: