1
0
Fork 0
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:
Automated 2022-09-08 09:21:50 +00:00
parent 6749f65ca2
commit e7bec9b31b
Failed to extract signature
154 changed files with 2457 additions and 577 deletions

View file

@ -9,11 +9,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]
[--main-volume-size=MAIN_VOLUME_SIZE]
[--replica-placements=[REPLICA_PLACEMENT,...]]
[--root-volume-size=ROOT_VOLUME_SIZE]
@ -117,6 +118,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.
@ -133,6 +137,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.

View file

@ -5,7 +5,10 @@ SYNOPSIS
gcloud container azure clusters update (CLUSTER : --location=LOCATION)
--client=CLIENT [--admin-users=USER,[USER,...]] [--async]
[--cluster-version=CLUSTER_VERSION] [--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
Update an Anthos cluster on Azure.
@ -81,6 +84,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,