Difference between revisions of "Kind --help"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
<pre>
 
kind --help
 
kind creates and manages local Kubernetes clusters using Docker container 'nodes'
 
  
Usage:
+
kind --help
  kind [command]
+
kind creates and manages local Kubernetes clusters using Docker container 'nodes'
 
+
Available Commands:
+
Usage:
  build      Build one of [node-image]
+
  kind [command]  
  completion  Output shell completion code for the specified shell (bash, zsh or fish)
+
  create      Creates one of [cluster]
+
Available Commands:
  delete      Deletes one of [cluster]
+
  build      Build one of [node-image]
  export      Exports one of [kubeconfig, logs]
+
  completion  Output shell completion code for the specified shell (bash, zsh or fish)
  get        Gets one of [clusters, nodes, kubeconfig]
+
  [[kind create|create]]     Creates one of [cluster]
  help        Help about any command
+
  delete      Deletes one of [cluster]
  load        Loads images into nodes
+
  export      Exports one of [kubeconfig, logs]
  version    Prints the kind CLI version
+
  get        Gets one of [clusters, nodes, kubeconfig]
 
+
  help        Help about any command
Flags:
+
  load        Loads images into nodes
  -h, --help              help for kind
+
  version    Prints the kind CLI version
      --loglevel string  DEPRECATED: see -v instead
+
  -q, --quiet            silence all stderr output
+
Flags:
  -v, --verbosity int32  info log verbosity
+
  -h, --help              help for kind
      --version          version for kind
+
      --loglevel string  DEPRECATED: see -v instead
 
+
  -q, --quiet            silence all stderr output
Use "kind [command] --help" for more information about a command.
+
  -v, --verbosity int32  info log verbosity
</pre>
+
      --version          version for kind
 +
 +
Use "kind [command] --help" for more information about a command.
  
 
== See also ==
 
== See also ==

Revision as of 07:16, 3 May 2021

kind --help
kind creates and manages local Kubernetes clusters using Docker container 'nodes' 

Usage:
  kind [command] 

Available Commands:
  build       Build one of [node-image]
  completion  Output shell completion code for the specified shell (bash, zsh or fish)
  create      Creates one of [cluster]
  delete      Deletes one of [cluster]
  export      Exports one of [kubeconfig, logs]
  get         Gets one of [clusters, nodes, kubeconfig]
  help        Help about any command
  load        Loads images into nodes
  version     Prints the kind CLI version

Flags:
  -h, --help              help for kind
      --loglevel string   DEPRECATED: see -v instead
  -q, --quiet             silence all stderr output
  -v, --verbosity int32   info log verbosity
      --version           version for kind

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

See also

Advertising: