Minikube HOME folder

8/29/2017

I'm try to run Kubernetes with minikube, and hangs on creating volume... My HOME partition is almost 100% used. I saw that minikube create a .minikube folder into my HOME, so there are way to change this folder?

-- Renato Barros
kubernetes
minikube

1 Answer

8/29/2017

You can set the MINIKUBE_HOME env var to specify the path for minikube to use for the .minikube directory. From: https://github.com/kubernetes/minikube/blob/master/docs/env_vars.md

-- aaron-prindle
Source: StackOverflow