Sha256: eedd77368ddc0ebe8b59eabef949196127cfbaedb8c3d0bd89dc185dcce48d7f
Contents?: true
Size: 1.21 KB
Versions: 3
Compression:
Stored size: 1.21 KB
Contents
uffizzi-cluster-create - create a cluster ================================================================ ## SYNOPSIS uffizzi cluster create [CLUSTER_NAME] ## DESCRIPTION Creates a new cluster. If no CLUSTER_NAME is specified, the cluster is created with the auto generated name. For more information on Uffizzi clusters, see: https://docs.uffizzi.com/references/cli/ ## FLAGS --name Option is deprecated and will be removed in the newer versions. Please use a positional argument instead: uffizzi cluster create my-awesome-name. --kubeconfig="/path/to/your/kubeconfig" Path to kubeconfig file --manifest="/path/to/your/manifest" Path to manifest file --update-current-context Update current-context in kubeconfig file Default is true --output=pretty-json --output=json Use this option for formatting output. ## EXAMPLES To create a cluster with the auto generated name, run: $ uffizzi cluster create To create a cluster with name, run: $ uffizzi cluster create my-cluster To create a cluster from a manifests directory, run: $ uffizzi cluster create my-cluster --manifest=manifests/
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
uffizzi-cli-2.1.2 | man/uffizzi-cluster-create.ronn |
uffizzi-cli-2.1.0 | man/uffizzi-cluster-create.ronn |
uffizzi-cli-2.0.37 | man/uffizzi-cluster-create.ronn |