Sha256: 4816208a271176924ecb9e526f13a3ec3de267cd6d85eafd02f6b07c9a37a4ec
Contents?: true
Size: 1.27 KB
Versions: 7
Compression:
Stored size: 1.27 KB
Contents
.\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 .TH "UFFIZZI\-CLUSTER\-CREATE" "" "September 2023" "" .SH "NAME" \fBuffizzi\-cluster\-create\fR \- 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\. \-\-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
7 entries across 7 versions & 1 rubygems