mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +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
|
|
@ -11,11 +11,12 @@ SYNOPSIS
|
|||
--resource-group-id=RESOURCE_GROUP_ID
|
||||
--service-address-cidr-blocks=SERVICE_ADDRESS_CIDR_BLOCKS
|
||||
--ssh-public-key=SSH_PUBLIC_KEY --vnet-id=VNET_ID
|
||||
[--admin-users=USER,[USER,...]] [--async]
|
||||
[--admin-users=USER,[USER,...]]
|
||||
[--annotations=ANNOTATION,[ANNOTATION,...]] [--async]
|
||||
[--config-encryption-key-id=CONFIG_ENCRYPTION_KEY_ID]
|
||||
[--config-encryption-public-key=CONFIG_ENCRYPTION_PUBLIC_KEY]
|
||||
[--database-encryption-key-id=DATABASE_ENCRYPTION_KEY_ID]
|
||||
[--endpoint-subnet-id=ENDPOINT_SUBNET_ID]
|
||||
[--description=DESCRIPTION] [--endpoint-subnet-id=ENDPOINT_SUBNET_ID]
|
||||
[--logging=COMPONENT,[COMPONENT,...]]
|
||||
[--main-volume-size=MAIN_VOLUME_SIZE]
|
||||
[--replica-placements=[REPLICA_PLACEMENT,...]]
|
||||
|
|
@ -120,6 +121,9 @@ OPTIONAL FLAGS
|
|||
Users that can perform operations as a cluster administrator. If not
|
||||
specified, the value of property core/account is used.
|
||||
|
||||
--annotations=ANNOTATION,[ANNOTATION,...]
|
||||
Annotations for the cluster.
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
|
@ -136,6 +140,9 @@ OPTIONAL FLAGS
|
|||
URL the of the Azure Key Vault key (with its version) to use to encrypt
|
||||
/ decrypt cluster secrets.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Description for the cluster.
|
||||
|
||||
--endpoint-subnet-id=ENDPOINT_SUBNET_ID
|
||||
ARM ID of the subnet where the control plane load balancer is deployed.
|
||||
When unspecified, it defaults to the control plane subnet ID.
|
||||
|
|
|
|||
|
|
@ -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