1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Dec 10 10:54:29 UTC 2025

This commit is contained in:
Automated 2025-12-10 10:54:29 +00:00
parent 7b14250313
commit 6d07e70b12
313 changed files with 11521 additions and 1088 deletions

View file

@ -130,9 +130,9 @@ OPTIONAL FLAGS
resources. CLUSTER_RESOURCE_CONFLICT_POLICY must be one of:
use-backup-version
Selecting 'use-existing-version' means deleting the existing
version of the conflicting resources before re-creating them from
the Backup.
Selecting 'use-backup-version' means deleting the existing version
of the conflicting resources before re-creating them from the
Backup.
Note that this is a dangerous option which could cause
unintentional data loss if used inappropriately. For example,

View file

@ -84,9 +84,9 @@ FLAGS
resources. CLUSTER_RESOURCE_CONFLICT_POLICY must be one of:
use-backup-version
Selecting 'use-existing-version' means deleting the existing
version of the conflicting resources before re-creating them from
the Backup.
Selecting 'use-backup-version' means deleting the existing version
of the conflicting resources before re-creating them from the
Backup.
Note that this is a dangerous option which could cause
unintentional data loss if used inappropriately. For example,

View file

@ -0,0 +1,56 @@
NAME
gcloud alpha container clusters complete-control-plane-upgrade - complete
the control plane upgrade for an existing cluster
SYNOPSIS
gcloud alpha container clusters complete-control-plane-upgrade NAME
[--location=LOCATION | --region=REGION | --zone=ZONE, -z ZONE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Complete the control plane upgrade for an existing cluster.
EXAMPLES
To complete the control plane upgrade for an existing cluster, run:
$ gcloud alpha container clusters complete-control-plane-upgrade \
sample-cluster
POSITIONAL ARGUMENTS
NAME
The name of your existing cluster.
FLAGS
At most one of these can be specified:
--location=LOCATION
Compute zone or region (e.g. us-central1-a or us-central1) for the
cluster. Overrides the default compute/region or compute/zone value
for this command invocation. Prefer using this flag over the --region
or --zone flags.
--region=REGION
Compute region (e.g. us-central1) for a regional cluster. Overrides
the default compute/region property value for this command
invocation.
--zone=ZONE, -z ZONE
Compute zone (e.g. us-central1-a) for a zonal cluster. Overrides the
default compute/zone property value for this command invocation.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
$ gcloud beta container clusters complete-control-plane-upgrade

View file

@ -49,6 +49,9 @@ COMMANDS
check-autopilot-compatibility
(ALPHA) Check autopilot compatibility of a running cluster.
complete-control-plane-upgrade
(ALPHA) Complete the control plane upgrade for an existing cluster.
create
(ALPHA) Create a cluster for running containers.

View file

@ -4,8 +4,9 @@ NAME
SYNOPSIS
gcloud alpha container clusters upgrade NAME [--async]
[--cluster-version=CLUSTER_VERSION] [--image-type=IMAGE_TYPE]
[--master] [--node-pool=NODE_POOL]
[--cluster-version=CLUSTER_VERSION]
[--control-plane-soak-duration=CONTROL_PLANE_SOAK_DURATION]
[--image-type=IMAGE_TYPE] [--master] [--node-pool=NODE_POOL]
[--location=LOCATION | --region=REGION | --zone=ZONE, -z ZONE]
[--security-profile=SECURITY_PROFILE --security-profile-runtime-rules]
[GCLOUD_WIDE_FLAG ...]
@ -70,6 +71,13 @@ FLAGS
$ gcloud container get-server-config
--control-plane-soak-duration=CONTROL_PLANE_SOAK_DURATION
The soak duration for the rollback-able control plane upgrade. It only
applies to minor version upgrades. Setting this flag will trigger a
control plane upgrade with emulated version. The cluster is
rollback-able during the soak period. The soak period can be set
between 6 hours and 7 days.
--image-type=IMAGE_TYPE
The image type to use for the cluster/node pool. Defaults to
server-specified.