kind create cluster
Creates a cluster
Options
Name | Description |
---|---|
--config | Path to a kind config file |
--image | Node docker image to use for booting the cluster |
--kubeconfig | Sets kubeconfig path instead of $KUBECONFIG or $HOME/.kube/config |
--name | Cluster name |
--retain | Retain nodes for debugging when cluster creation fails |
--wait | Wait for control-plane node to be ready |