1

i deleted minikube using minikube delete --all command

and when type minikube version appears and the command still works

how to delete any thing related to minikube and kubectl also

Muha-mmad
  • 33
  • 4

1 Answers1

0

if you downloaded minikube binary file, just delete the file. minikube working just binary file and don`t use specific dependencies for lib. but minikube use virtlib tool for vm orchestration.

if you delete virtlib and all not usable dependencies on centos, run yum autoremove qemu-kvm libvirt libvirt-python libguestfs-tools virt-install

QueryVS
  • 1
  • 2