Commands
Get Version
minikube version
List Cluster
*
is the current cluster.
minikube profile list
| Profile | Status | Minikube Version | ...
|------------|-----------|------------------|
| *minikube | Running | v1.33.1 |
| mycluster | Stopped | v1.33.1 |
Delete Cluster
minikube delete --profile=xxx
Start Minikube
minikube start \
--driver=docker \
--kubernetes-version=v1.26.3 \
--cpus=2 \
--memory=2g \
--disk-size=20g
Stop Minikube
minikube stop
No comments to display
No comments to display