Sha256: 49398e6d8eade1c1c1d66fa5ed168d957cd92e015941da3841160610d1e627d5
Contents?: true
Size: 1.55 KB
Versions: 22
Compression:
Stored size: 1.55 KB
Contents
uffizzi cluster create -h 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. --k8s-version=<api-version> Specify which version of the Kubernetes API to use when creating the cluster, formatted as [MAJOR].[MINOR]. Defaults to 1.27. Minor versions point to the latest release of the corresponding k3s minor version. See https://github.com/k3s-io/k3s/releases --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
22 entries across 22 versions & 1 rubygems