Minikube Operations: Difference between revisions
Jump to navigation
Jump to search
(→Start) |
|||
Line 6: | Line 6: | ||
Administration is done with <code>minikube</code>. | Administration is done with <code>minikube</code>. | ||
=Start= | |||
<syntaxhighlight lang='bash'> | |||
minikube start | |||
</syntaxhighlight> | |||
=Start= | =Start= |
Revision as of 04:54, 3 September 2020
Internal
Overview
Administration is done with minikube
.
Start
minikube start
Start
minikube start
Dashboard
minikube dashboard
Status
minikube status
Version
minikube version
Miscellaneous Operations
- Start the cluster with the admission controller enabled.