Stay organized with collections
Save and categorize content based on your preferences.
gkectl is the command line interface to GKE On-Prem, used for
various tasks:
Generating and validating GKE On-Prem configuration files.
Preparing a vSphere environment for clusters.
Creating admin and user clusters.
Resizing and upgrading clusters.
Troubleshooting cluster issues.
To list all available commands, run
gkectlhelp
To get help for a specific command:
gkectlhelp[COMMAND]
Synopsis
Simple kubernetes cluster management
Usage:
gkectl [flags]
gkectl [command]
Available Commands:
check-config Validate the seed config file and the environment.
create Create a GKE On-Prem cluster
create-config Create a new GKE On-Prem config template
diagnose Diagnose, validate and debug the cluster and its environment.
help Help about any command
prepare Prepare your environment
upgrade Upgrade Admin and User Clusters
version Print the gkectl version
Flags:
--alsologtostderr log to standard error as well as files
-h, --help help for gkectl
--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 [command] --help" for more information about a command.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`gkectl` is a command-line tool for managing GKE On-Prem environments, performing various operations like configuration, cluster creation, and troubleshooting."],["The tool can create, resize, and upgrade admin and user clusters within GKE On-Prem."],["`gkectl` provides commands to prepare the vSphere environment and validate the configuration for GKE On-Prem setup."],["Users can run `gkectl help` to see all commands and `gkectl help [COMMAND]` for specific command details."],["`gkectl` offers diagnostic tools to validate and debug cluster environments, and different log levels and output options for customizability."]]],[]]