How do I change the location of .minikube folder?

Viewed 1466

How do I change the location of the entire .minikube folder that gets created when you run minikube? (Windows 10 system using Hyper-V)

C:\Users\username\.minikube
1 Answers

I think the most painless method will be

  1. Remove minikube
  2. change minikube install location with MINIKUBE_HOME var

    set MINIKUBE_HOME=D:\Uerotavlas.minikube

  3. start cluster again

Related