Synopsis
Create a GKE On-Prem cluster
Usage:
gkectl create [command]
Available Commands:
cluster Create a GKE On-Prem cluster
Flags:
-h, --help help for create
Global Flags:
--alsologtostderr log to standard error as well as files
--log_file string If non-empty, use this log file
--skip_headers If true, avoid header prefixes in the log messages
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v Level log level for V logs (default 0)
Use "gkectl create [command] --help" for more information about a command.
gkectl create cluster
Create a GKE On-Prem cluster
Usage:
gkectl create cluster [flags]
Flags:
--cleanup-external-cluster Whether to cleanup the external cluster after bootstrap (default true)
--config string File path that contains the configuration to use.
-h, --help help for cluster
-k, --kubeconfig string File path that contains kubeconfig for a pre-existing admin cluster. Use when adding additional user clusters.
--kubeconfig-out string Where to output the kubeconfig for the provisioned cluster (default "kubeconfig")
Global Flags:
--alsologtostderr log to standard error as well as files
--log_file string If non-empty, use this log file
--skip_headers If true, avoid header prefixes in the log messages
--stderrthreshold severity logs at or above this threshold go to stderr (default 2)
-v, --v Level log level for V logs (default 0)