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?
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?
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.mdEDIT: information has moved, now at - https://minikube.sigs.k8s.io/docs/handbook/config