上QQ阅读APP看书,第一时间看更新
Stopping your virtual environment
Before you move on to the next chapter, bring down your virtual environment:
$ minikube stop
Stopping local Kubernetes cluster...
Machine stopped.
And delete the Minikube VM:
$ minikube delete
Deleting local Kubernetes cluster...
Machine deleted.