如何在 Windows 10 Pro 中完全卸载 Minikube?(巧克力) [英] How to completely uninstall Minikube in windows 10 Pro? (chocolatey)

查看:98
本文介绍了如何在 Windows 10 Pro 中完全卸载 Minikube?(巧克力)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我意识到 Windows 10 Docker 现在有 Kubernetes 选项,所以我想完全卸载 minikube 并使用 docker windows 附带的 Kubernetes 版本.

I came to the realization that Windows 10 Docker has the Kubernetes options in it now, so I want to completely uninstall minikube and use the Kubernetes version that comes with docker windows instead.

如何在 Windows 10 中完全卸载 minikube?

How can I completely uninstall minikube in windows 10?

推荐答案

这就像运行一样简单:

minikube stop & REM stops the VM

minikube delete & REM deleted the VM

然后删除.minikube.kube目录,通常在:

Then delete the .minikube and .kube directories usually under:

C:users{user}.minikube

C:users{user}.kube

或者如果您使用的是巧克力味:

Or if you are using chocolatey:

C:ProgramDatachocolateyinminikube stop
C:ProgramDatachocolateyinminikube delete
choco uninstall minikube
choco uninstall kubectl

这篇关于如何在 Windows 10 Pro 中完全卸载 Minikube?(巧克力)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆