Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Minikube HOME 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?

like image 765
Renato Barros Avatar asked Jan 29 '23 17:01

Renato Barros


1 Answers

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

EDIT: information has moved, now at - https://minikube.sigs.k8s.io/docs/handbook/config

like image 191
aaron-prindle Avatar answered Feb 11 '23 22:02

aaron-prindle