Is there anyway to change the minikube installation to another hard drive

10/25/2019

hoping all you are doing good, my question is about the installation minikube's machine.

I want to change the default path to C: to D:

My code to install it is: minikube start --cpus 2 --memory 4096 --vm-driver=hyperv

i did read documentation but i didn't find anything about change the default path.

Thanks for the early response

-- Nembone
devops
kubernetes
minikube

1 Answer

10/26/2019

You can set the $MINIKUBE_HOME env var:

MINIKUBE_HOME - (string) sets the path for the .minikube directory that minikube uses for state/configuration

-- Eduardo Baitello
Source: StackOverflow