mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Sep 8 09:21:50 UTC 2022
This commit is contained in:
parent
6749f65ca2
commit
e7bec9b31b
154 changed files with 2457 additions and 577 deletions
|
|
@ -8,7 +8,10 @@ SYNOPSIS
|
|||
[--admin-users=USER,[USER,...]] [--async]
|
||||
[--cluster-version=CLUSTER_VERSION]
|
||||
[--logging=COMPONENT,[COMPONENT,...]] [--ssh-public-key=SSH_PUBLIC_KEY]
|
||||
[--validate-only] [--vm-size=VM_SIZE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--validate-only] [--vm-size=VM_SIZE]
|
||||
[--annotations=ANNOTATION,[ANNOTATION,...] | --clear-annotations]
|
||||
[--clear-description | --description=DESCRIPTION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update an Anthos cluster on Azure.
|
||||
|
|
@ -95,6 +98,26 @@ FLAGS
|
|||
--vm-size=VM_SIZE
|
||||
Azure Virtual Machine Size (e.g. Standard_DS1_v).
|
||||
|
||||
Annotations
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--annotations=ANNOTATION,[ANNOTATION,...]
|
||||
Annotations for the cluster.
|
||||
|
||||
--clear-annotations
|
||||
Clear the annotations for the cluster.
|
||||
|
||||
Description
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-description
|
||||
Clear the description for the cluster.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Description for the cluster.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue