minikube: add stop, delete (#4384)

This commit is contained in:
Nelson Figueroa
2020-10-01 03:37:26 -07:00
committed by GitHub
parent 21586f40d8
commit b8b451e0fc

View File

@@ -18,3 +18,11 @@
- Open kubernetes dashboard in a browser:
`minikube dashboard`
- Stop the running cluster:
`minikube stop`
- Delete the cluster:
`minikube delete`