- Learn OpenShift
- Denis Zuev Artemii Kropachev Aleksey Usov
- 40字
- 2025-04-04 16:29:16
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.