简体   繁体   English

centos7需要删除minikube

[英]Need to delete minikube from centos7

i deleted minikube using minikube delete --all command我使用 minikube delete --all 命令删除了 minikube

and when type minikube version appears and the command still works当出现类型 minikube version 并且命令仍然有效时

how to delete any thing related to minikube and kubectl also如何删除任何与 minikube 和 kubectl 相关的东西

if you downloaded minikube binary file, just delete the file.如果您下载了 minikube 二进制文件,只需删除该文件即可。 minikube working just binary file and don`t use specific dependencies for lib. minikube 只工作二进制文件,不使用 lib 的特定依赖项。 but minikube use virtlib tool for vm orchestration.但是 minikube 使用 virtlib 工具进行虚拟机编排。

if you delete virtlib and all not usable dependencies on centos, run yum autoremove qemu-kvm libvirt libvirt-python libguestfs-tools virt-install如果删除 virtlib 和 centos 上所有不可用的依赖项,请运行yum autoremove qemu-kvm libvirt libvirt-python libguestfs-tools virt-install

It would appear that many users are having trouble removing programs like Minikube from their systems.许多用户似乎无法从他们的系统中删除像 Minikube 这样的程序 Some have issues when the program is uninstalled, while others have issues when the program is removed.有些在卸载程序时出现问题,而另一些在删除程序时出现问题。

Refer this GIT LINK and Stack link to resolve your issue请参考此GIT LINKStack 链接来解决您的问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM