Difference between revisions of "Minikube --help"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 2: Line 2:
  
  
<pre>
 
minikube --help
 
Minikube is a CLI tool that provisions and manages single-node Kubernetes clusters optimized for development workflows.
 
  
Usage:
+
minikube --help
  minikube [command]
+
Minikube is a CLI tool that provisions and manages single-node Kubernetes clusters optimized for development workflows.
 
+
Available Commands:
+
Usage:
  dashboard        Opens/displays the kubernetes dashboard URL for your local cluster
+
  minikube [command]
  delete          Deletes a local kubernetes cluster.
+
  docker-env      sets up docker env variables; similar to '$(docker-machine env)'
+
Available Commands:
  get-k8s-versions Gets the list of available kubernetes versions available for minikube.
+
  dashboard        Opens/displays the kubernetes dashboard URL for your local cluster
  ip              Retrieve the IP address of the running cluster.
+
  delete          Deletes a local kubernetes cluster.
  logs            Gets the logs of the running localkube instance, used for debugging minikube, not user code.
+
  docker-env      sets up docker env variables; similar to '$(docker-machine env)'
  service          Gets the kubernetes URL for the specified service in your local cluster
+
  get-k8s-versions Gets the list of available kubernetes versions available for minikube.
  ssh              Log into or run a command on a machine with SSH; similar to 'docker-machine ssh'
+
  ip              Retrieve the IP address of the running cluster.
  start            Starts a local kubernetes cluster.
+
  logs            Gets the logs of the running localkube instance, used for debugging minikube, not user code.
  status          Gets the status of a local kubernetes cluster.
+
  service          Gets the kubernetes URL for the specified service in your local cluster
  stop            Stops a running local kubernetes cluster.
+
  ssh              Log into or run a command on a machine with SSH; similar to 'docker-machine ssh'
  version          Print the version of minikube.
+
  [[minikube start|start]]           Starts a local kubernetes cluster.
 +
  status          Gets the status of a local kubernetes cluster.
 +
  stop            Stops a running local kubernetes cluster.
 +
  version          Print the version of minikube.
  
 +
<pre>
 
Flags:
 
Flags:
 
       --alsologtostderr[=false]: log to standard error as well as files
 
       --alsologtostderr[=false]: log to standard error as well as files

Revision as of 17:55, 13 July 2021


minikube --help
Minikube is a CLI tool that provisions and manages single-node Kubernetes clusters optimized for development workflows.

Usage:
  minikube [command]

Available Commands:
  dashboard        Opens/displays the kubernetes dashboard URL for your local cluster
  delete           Deletes a local kubernetes cluster.
  docker-env       sets up docker env variables; similar to '$(docker-machine env)'
  get-k8s-versions Gets the list of available kubernetes versions available for minikube.
  ip               Retrieve the IP address of the running cluster.
  logs             Gets the logs of the running localkube instance, used for debugging minikube, not user code.
  service          Gets the kubernetes URL for the specified service in your local cluster
  ssh              Log into or run a command on a machine with SSH; similar to 'docker-machine ssh'
  start            Starts a local kubernetes cluster.
  status           Gets the status of a local kubernetes cluster.
  stop             Stops a running local kubernetes cluster.
  version          Print the version of minikube.
Flags:
      --alsologtostderr[=false]: log to standard error as well as files
      --log-flush-frequency=5s: Maximum number of seconds between log flushes
      --log_backtrace_at=:0: when logging hits line file:N, emit a stack trace
      --log_dir="": If non-empty, write log files in this directory
      --logtostderr[=false]: log to standard error instead of files
      --show-libmachine-logs[=false]: Whether or not to show logs from libmachine.
      --stderrthreshold=2: logs at or above this threshold go to stderr
      --v=0: log level for V logs
      --vmodule=: comma-separated list of pattern=N settings for file-filtered logging

Use "minikube [command] --help" for more information about a command.


See also

Advertising: