minikube: add stop, delete (#4384)

beep
Nelson Figueroa 2020-10-01 03:37:26 -07:00 committed by GitHub
parent 21586f40d8
commit b8b451e0fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

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`