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

gcloud: Wed Aug 9 11:23:49 UTC 2023

This commit is contained in:
Automated 2023-08-09 11:23:49 +00:00
parent 678b9afba9
commit 19bfacfbed
148 changed files with 2955 additions and 379 deletions

View file

@ -10,7 +10,9 @@ SYNOPSIS
[avoid-buggy-ips=AVOID-BUGGY-IPS],
[manual-assign=MANUAL-ASSIGN],[pool=POOL]]
[--static-ip-config-ip-blocks=[gateway=GATEWAY],
[ips=IPS],[netmask=NETMASK]] [--validate-only] [--version=VERSION]
[ips=IPS],[netmask=NETMASK]]
[--upgrade-control-plane=UPGRADE_CONTROL_PLANE] [--validate-only]
[--version=VERSION]
[--add-annotations=[KEY1=VALUE1,KEY2=VALUE2,...]
| --remove-annotations=[KEY1,KEY2,...]]
[--cpus=CPUS --memory=MEMORY --disable-auto-resize
@ -131,6 +133,24 @@ FLAGS
Use quote around the flag value to escape semicolon in the
terminal.
Upgrade policy for the cluster.
--upgrade-control-plane=UPGRADE_CONTROL_PLANE
If not specified, node pools are upgraded together with the control
plane.
Examples:
To upgrade control plane only and keep node pools version unchanged,
$ gcloud alpha container vmware clusters update \
--upgrade-control-plane=True
To upgrade both control plane and node pools,
$ gcloud alpha container vmware clusters update \
--upgrade-control-plane=False
--validate-only
If set, only validate the request, but do not actually perform the
operation.