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:
parent
21586f40d8
commit
b8b451e0fc
1 changed files with 8 additions and 0 deletions
|
@ -18,3 +18,11 @@
|
|||
- Open kubernetes dashboard in a browser:
|
||||
|
||||
`minikube dashboard`
|
||||
|
||||
- Stop the running cluster:
|
||||
|
||||
`minikube stop`
|
||||
|
||||
- Delete the cluster:
|
||||
|
||||
`minikube delete`
|
||||
|
|
Loading…
Add table
Reference in a new issue