无论如何要将 minikube 安装更改为另一个硬盘驱动器

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

希望你们一切顺利,我的问题是关于安装 minikube 的机器。

我想将 C: 的默认路径更改为 D:

我的安装代码是: minikube 启动 --cpus 2 --memory 4096 --vm-driver=hyperv

我确实阅读了文档,但没有找到任何关于更改默认路径的信息。

感谢您的早期回复

您可以设置 $MINIKUBE_HOME 环境变量:

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