書名: Learn OpenShift作者名: Denis Zuev Artemii Kropachev Aleksey Usov本章字數: 74字更新時間: 2021-08-13 16:03:53
Clearing the virtual environment
Once you are done working with Kubernetes, you can easily stop the Minikube cluster by running the minikube stop command:
$ minikube stop
Stopping local Kubernetes cluster...
Machine stopped.
After that, you can delete the Minikube VM if you want by running the minikube delete command:
$ minikube delete
Deleting local Kubernetes cluster...
Machine deleted.
Verify that the Minikube cluster no longer exists:
$ minikube status
minikube:
cluster:
kubectl:
推薦閱讀
- Mastering ElasticSearch
- Cybersecurity:Attack and Defense Strategies
- Arch Linux Environment Setup How-to
- 無蘋果不生活 OS X Mountain Lion隨身寶典
- 嵌入式Linux系統開發:基于Yocto Project
- SharePoint 2013 應用開發實戰
- Docker+Kubernetes應用開發與快速上云
- Instant Optimizing Embedded Systems using Busybox
- 完美應用RHEL 8
- INSTANT Galleria Howto
- 鴻蒙HarmonyOS手機應用開發實戰
- 分布式實時處理系統:原理、架構與實現
- Mastering Spring Cloud
- 鴻蒙應用開發實戰
- 用“芯”探核:基于龍芯的Linux內核探索解析