1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 14:26:34 +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

@ -29,7 +29,8 @@ SYNOPSIS
[ips=IPS],[netmask=NETMASK]) [--admin-users=ADMIN_USERS]
[--annotations=[KEY=VALUE,...]] [--async] [--description=DESCRIPTION]
[--disable-aag-config] [--disable-vsphere-csi] [--enable-auto-repair]
[--enable-vm-tracking] [--validate-only]
[--enable-vm-tracking] [--upgrade-control-plane=UPGRADE_CONTROL_PLANE]
[--validate-only]
[--cpus=CPUS --enable-auto-resize --memory=MEMORY --replicas=REPLICAS]
[--disable-control-plane-v2 | --enable-control-plane-v2]
[--enable-advanced-networking --enable-dataplane-v2]
@ -319,6 +320,24 @@ OPTIONAL FLAGS
--enable-vm-tracking
If set, enable VM tracking.
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 create \
--upgrade-control-plane=True
To upgrade both control plane and node pools,
$ gcloud alpha container vmware clusters create \
--upgrade-control-plane=False
--validate-only
If set, only validate the request, but do not actually perform the
operation.