upgrade

Synopsis

Upgrade the Admin cluster and all of the User clusters in GKE On-Prem

Usage:
  gkectl upgrade [flags]
  gkectl upgrade [command]

Available Commands:
  admin       Upgrade the admin cluster
  cluster     Upgrade a GKE On-Prem cluster

Flags:
      --cleanup-external-cluster    Whether to cleanup the external cluster after bootstrap (default true)
      --google-enable-root-addons   Whether to disable addons & addon nodes (default true)
  -h, --help                        help for upgrade
  -k, --kubeconfig string           Kubeconfig file with access to the admin 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)

Use "gkectl upgrade [command] --help" for more information about a command.

gkectl upgrade admin

Upgrade the admin cluster

Usage:
  gkectl upgrade admin [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.
      --google-enable-root-addons   Whether to disable addons & addon nodes (default true)
  -h, --help                        help for admin
  -k, --kubeconfig string           Kubeconfig file with access to the admin 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)

gkectl upgrade cluster

Upgrade a GKE On-Prem cluster

Usage:
  gkectl upgrade cluster [flags]

Flags:
      --cleanup-external-cluster    Whether to cleanup the external cluster after bootstrap (default true)
      --cluster-name string         Name of the user cluster to upgrade.
      --config string               File path that contains the configuration to use.
      --google-enable-root-addons   Whether to disable addons & addon nodes (default true)
  -h, --help                        help for cluster
  -k, --kubeconfig string           Kubeconfig file with access to the admin 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)