Minikube Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
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>
=Dashboard=
<syntaxhighlight lang='bash'>
minikube dashboard
</syntaxhighlight>


=Status=
=Status=

Revision as of 04:53, 3 September 2020

Internal

Overview

Administration is done with minikube.

Start

minikube start

Dashboard

minikube dashboard

Status

minikube status

Version

minikube version

Miscellaneous Operations

  • Start the cluster with the admission controller enabled.