1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 04:58:26 +00:00

gcloud: Thu Oct 30 11:14:52 UTC 2025

This commit is contained in:
Automated 2025-10-30 11:14:52 +00:00
parent a763c0bf0a
commit 4b21ae6795
132 changed files with 2511 additions and 503 deletions

View file

@ -22,6 +22,11 @@ EXAMPLES
FLAGS
--default-upgrade-soaking=DEFAULT_UPGRADE_SOAKING
Note: This flag only applies to Rollout Sequencing v1, not Rollout
Sequencing v2 (which uses custom stages). If using Rollout Sequencing
v1 and this flag is not provided, a default value of 7 days will be
used.
Configures the default soaking duration for each upgrade propagating
through the current fleet to become "COMPLETE". Soaking begins after
all clusters in the fleet are on the target version, or after 30 days
@ -47,16 +52,16 @@ FLAGS
Upgrade soaking override.
Defines a specific soaking time override for a particular upgrade
propagating through the current fleet that supercedes the default
soaking duration configured by `--default-upgrade-soaking`.
Defines a specific soaking time override for a particular upgrade
propagating through the current fleet that supercedes the default soaking
duration configured by --default-upgrade-soaking.
To set an upgrade soaking override of 12 hours for the upgrade with
name, `k8s_control_plane`, and version, `1.23.1-gke.1000`, run:
To set an upgrade soaking override of 12 hours for the upgrade with name,
k8s_control_plane, and version, 1.23.1-gke.1000, run:
$ gcloud beta container fleet clusterupgrade create \
--add-upgrade-soaking-override=12h \
--upgrade-selector=name="k8s_control_plane",\
--add-upgrade-soaking-override=12h \
--upgrade-selector=name="k8s_control_plane",\
version="1.23.1-gke.1000"
--add-upgrade-soaking-override=ADD_UPGRADE_SOAKING_OVERRIDE

View file

@ -23,6 +23,11 @@ EXAMPLES
FLAGS
--default-upgrade-soaking=DEFAULT_UPGRADE_SOAKING
Note: This flag only applies to Rollout Sequencing v1, not Rollout
Sequencing v2 (which uses custom stages). If using Rollout Sequencing
v1 and this flag is not provided, a default value of 7 days will be
used.
Configures the default soaking duration for each upgrade propagating
through the current fleet to become "COMPLETE". Soaking begins after
all clusters in the fleet are on the target version, or after 30 days
@ -53,16 +58,16 @@ FLAGS
Upgrade soaking override.
Defines a specific soaking time override for a particular upgrade
propagating through the current fleet that supercedes the default
soaking duration configured by `--default-upgrade-soaking`.
Defines a specific soaking time override for a particular upgrade
propagating through the current fleet that supercedes the default
soaking duration configured by --default-upgrade-soaking.
To set an upgrade soaking override of 12 hours for the upgrade with
name, `k8s_control_plane`, and version, `1.23.1-gke.1000`, run:
To set an upgrade soaking override of 12 hours for the upgrade with
name, k8s_control_plane, and version, 1.23.1-gke.1000, run:
$ gcloud beta container fleet clusterupgrade update \
--add-upgrade-soaking-override=12h \
--upgrade-selector=name="k8s_control_plane",\
--add-upgrade-soaking-override=12h \
--upgrade-selector=name="k8s_control_plane",\
version="1.23.1-gke.1000"
--add-upgrade-soaking-override=ADD_UPGRADE_SOAKING_OVERRIDE