mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(kb/minikube): quickly add a couple more commands
This commit is contained in:
@@ -77,10 +77,14 @@ minikube ssh
|
||||
minikube pause
|
||||
minikube -p 'profile' pause -A
|
||||
|
||||
# Unpause paused instances.
|
||||
minikube unpause
|
||||
|
||||
# Halt clusters.
|
||||
minikube stop
|
||||
|
||||
# Delete all the clusters.
|
||||
# Delete clusters.
|
||||
minikube delete
|
||||
minikube delete --all --purge
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user