1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`