Closed axel7083 closed 5 days ago
Raised by @tony-sol in https://github.com/podman-desktop/extension-minikube/issues/215#issuecomment-2488795392.
rm -r ~/.minikube/
ls ~ -a | grep minikube
The following function
https://github.com/podman-desktop/extension-minikube/blob/2607b9525af9bfad77bd3f4e46b313e33e55c1d5/src/util.ts#L121-L124
It calls the minikube cli, however it do not provide the MINIKUBE_HOME env that it should, leading to minikube to defaulting to ~/.minikube.
MINIKUBE_HOME
~/.minikube
Raised by @tony-sol in https://github.com/podman-desktop/extension-minikube/issues/215#issuecomment-2488795392.
Reproduce
rm -r ~/.minikube/
ls ~ -a | grep minikube
is definedSource of the issue
The following function
https://github.com/podman-desktop/extension-minikube/blob/2607b9525af9bfad77bd3f4e46b313e33e55c1d5/src/util.ts#L121-L124
It calls the minikube cli, however it do not provide the
MINIKUBE_HOME
env that it should, leading to minikube to defaulting to~/.minikube
.