mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Mar 30 09:07:09 UTC 2022
This commit is contained in:
parent
cd34e797ae
commit
9bf28f1efe
90 changed files with 1554 additions and 258 deletions
|
|
@ -10,7 +10,7 @@ SYNOPSIS
|
|||
[--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]
|
||||
[--image-type=IMAGE_TYPE] [--max-pods-per-node=MAX_PODS_PER_NODE]
|
||||
[--node-labels=NODE_LABEL,[NODE_LABEL,...]]
|
||||
[--node-taints=NODE_TAINT,[NODE_TAINT,...]]
|
||||
[--root-volume-size=ROOT_VOLUME_SIZE] [--tags=TAG,[TAG,...]]
|
||||
|
|
@ -92,6 +92,14 @@ OPTIONAL FLAGS
|
|||
RSA key of the Azure Key Vault public key to use for encrypting config
|
||||
data.
|
||||
|
||||
--image-type=IMAGE_TYPE
|
||||
Set the OS image type to use on node pool instances.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud alpha container azure node-pools create --image-type=windows
|
||||
$ gcloud alpha container azure node-pools create --image-type=ubuntu
|
||||
|
||||
--max-pods-per-node=MAX_PODS_PER_NODE
|
||||
Maximum number of pods per node.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue