mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Feb 23 10:13:49 UTC 2023
This commit is contained in:
parent
78fb6d9419
commit
7664984b79
46 changed files with 947 additions and 130 deletions
|
|
@ -11,6 +11,8 @@ SYNOPSIS
|
|||
[manual-assign=MANUAL-ASSIGN],[pool=POOL]]
|
||||
[--static-ip-config-ip-blocks=[gateway=GATEWAY],
|
||||
[ips=IPS],[netmask=NETMASK]] [--version=VERSION]
|
||||
[--add-annotations=[KEY1=VALUE1,KEY2=VALUE2,...]
|
||||
| --remove-annotations=[KEY1,KEY2,...]]
|
||||
[--cpus=CPUS --memory=MEMORY --disable-auto-resize
|
||||
| --enable-auto-resize] [--disable-aag-config | --enable-aag-config]
|
||||
[--disable-auto-repair | --enable-auto-repair]
|
||||
|
|
@ -115,6 +117,15 @@ FLAGS
|
|||
--version=VERSION
|
||||
Anthos Cluster on VMware version for the user cluster resource
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--add-annotations=[KEY1=VALUE1,KEY2=VALUE2,...]
|
||||
Add the given key-value pairs to the current annotations, or update
|
||||
its value if the key already exists.
|
||||
|
||||
--remove-annotations=[KEY1,KEY2,...]
|
||||
Remove annotations of the given keys.
|
||||
|
||||
Control plane node configurations
|
||||
|
||||
--cpus=CPUS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue