Sha256: 88f0601182253377596c7f3e5842ef7b60a81043ea717da88934cf84c2f16925
Contents?: true
Size: 1.69 KB
Versions: 13
Compression:
Stored size: 1.69 KB
Contents
.\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 .TH "UFFIZZI\-CLUSTER\-CREATE" "" "November 2023" "" .SH "NAME" \fBuffizzi\-cluster\-create\fR .P uffizzi cluster create \-h uffizzi\-cluster\-create \- create a cluster ================================================================ .SH "SYNOPSIS" .nf uffizzi cluster create [CLUSTER_NAME] .fi .SH "DESCRIPTION" .nf 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/ .fi .SH "FLAGS" .nf \-\-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\. .fi .SH "EXAMPLES" .nf 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/ .fi
Version data entries
13 entries across 13 versions & 1 rubygems