mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Tue Oct 18 11:38:19 UTC 2022
This commit is contained in:
parent
389ff42bae
commit
5c08d21169
159 changed files with 4170 additions and 656 deletions
|
|
@ -6,8 +6,8 @@ SYNOPSIS
|
|||
gcloud 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]
|
||||
[--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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue