1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Tue Oct 18 11:38:19 UTC 2022

This commit is contained in:
Automated 2022-10-18 11:38:19 +00:00
parent 389ff42bae
commit 5c08d21169
Failed to extract signature
159 changed files with 4170 additions and 656 deletions

View file

@ -6,8 +6,8 @@ SYNOPSIS
gcloud alpha container azure node-pools create
(NODE_POOL : --cluster=CLUSTER --location=LOCATION)
--node-version=NODE_VERSION --ssh-public-key=SSH_PUBLIC_KEY
--subnet-id=SUBNET_ID [--async]
[--azure-availability-zone=AZURE_AVAILABILITY_ZONE]
--subnet-id=SUBNET_ID [--annotations=ANNOTATION,[ANNOTATION,...]]
[--async] [--azure-availability-zone=AZURE_AVAILABILITY_ZONE]
[--config-encryption-key-id=CONFIG_ENCRYPTION_KEY_ID]
[--config-encryption-public-key=CONFIG_ENCRYPTION_PUBLIC_KEY]
[--image-type=IMAGE_TYPE] [--max-pods-per-node=MAX_PODS_PER_NODE]
@ -76,6 +76,9 @@ REQUIRED FLAGS
Subnet ID of an existing VNET to use for the node pool.
OPTIONAL FLAGS
--annotations=ANNOTATION,[ANNOTATION,...]
Annotations for the node pool.
--async
Return immediately, without waiting for the operation in progress to
complete.

View file

@ -6,8 +6,9 @@ SYNOPSIS
gcloud alpha container azure node-pools update
(NODE_POOL : --cluster=CLUSTER --location=LOCATION) [--async]
[--node-version=NODE_VERSION] [--ssh-public-key=SSH_PUBLIC_KEY]
[--validate-only] [--max-nodes=MAX_NODES --min-nodes=MIN_NODES]
[GCLOUD_WIDE_FLAG ...]
[--validate-only]
[--annotations=ANNOTATION,[ANNOTATION,...] | --clear-annotations]
[--max-nodes=MAX_NODES --min-nodes=MIN_NODES] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update a node pool in an Anthos cluster on Azure.
@ -68,6 +69,16 @@ FLAGS
--validate-only
Validate the update of the node pool, but don't actually perform it.
Annotations
At most one of these can be specified:
--annotations=ANNOTATION,[ANNOTATION,...]
Annotations for the node pool.
--clear-annotations
Clear the annotations for the node pool.
Node pool autoscaling
--max-nodes=MAX_NODES