mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 26 10:24:37 UTC 2023
This commit is contained in:
parent
b33a8a3e6e
commit
2ae1bc2b12
276 changed files with 6093 additions and 833 deletions
|
|
@ -9,6 +9,8 @@ SYNOPSIS
|
|||
[--enable-application-logs] [--login-user=LOGIN_USER]
|
||||
[--maintenance-address-cidr-blocks=[MAINTENANCE_ADDRESS_CIDR_BLOCKS,
|
||||
...]] [--validate-only] [--version=VERSION]
|
||||
[--add-annotations=[KEY1=VALUE1,KEY2=VALUE2,...]
|
||||
| --remove-annotations=[KEY1,KEY2,...]]
|
||||
[--api-server-args=[KEY=VALUE,...]
|
||||
--control-plane-node-configs=[labels=LABELS],[node-ip=NODE-IP]
|
||||
--control-plane-node-labels=[KEY=VALUE,...]
|
||||
|
|
@ -120,6 +122,15 @@ FLAGS
|
|||
--version=VERSION
|
||||
Anthos cluster on bare metal 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.
|
||||
|
||||
Anthos on bare metal cluster control plane configuration.
|
||||
|
||||
--api-server-args=[KEY=VALUE,...]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue