Difference between revisions of "Kind --help"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<pre> kind --help kind creates and manages local Kubernetes clusters using Docker container 'nodes' Usage: kind [command] Available Commands: build Build one of [n...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<pre>
+
{{lc}}
kind --help
+
kind --help
kind creates and manages local Kubernetes clusters using Docker container 'nodes'
+
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)
 +
  [[kind create|create]]      Creates one of [cluster]
 +
  [[kind delete|delete]]      Deletes one of [cluster]
 +
  [[kind export|export]]      Exports one of [kubeconfig, logs]
 +
  [[kind get|get]]        Gets one of [clusters, nodes, kubeconfig]
 +
  [[kind help|help]]        Help about any command
 +
  [[kind load|load]]        Loads images into nodes
 +
  [[kind version|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.
  
Usage:
+
== Related ==
  kind [command]
+
* <code>[[minikube --help]]</code>
 
 
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.
 
</pre>
 
  
 
== See also ==
 
== See also ==
* {{kind}}
+
* {{kind cmd}}
  
[[Category:K8s}}
+
[[Category:K8s]]

Latest revision as of 12:13, 25 May 2022

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.

Related[edit]

See also[edit]

Advertising: