mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +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
|
|
@ -7,8 +7,9 @@ SYNOPSIS
|
|||
(NODE_POOL : --cluster=CLUSTER --location=LOCATION)
|
||||
--config-encryption-kms-key-arn=CONFIG_ENCRYPTION_KMS_KEY_ARN
|
||||
--iam-instance-profile=IAM_INSTANCE_PROFILE --node-version=NODE_VERSION
|
||||
--subnet-id=SUBNET_ID [--async] [--instance-type=INSTANCE_TYPE]
|
||||
[--max-pods-per-node=MAX_PODS_PER_NODE]
|
||||
--subnet-id=SUBNET_ID [--async] [--image-type=IMAGE_TYPE]
|
||||
[--instance-placement=INSTANCE_PLACEMENT]
|
||||
[--instance-type=INSTANCE_TYPE] [--max-pods-per-node=MAX_PODS_PER_NODE]
|
||||
[--node-labels=NODE_LABEL,[NODE_LABEL,...]]
|
||||
[--node-taints=NODE_TAINT,[NODE_TAINT,...]]
|
||||
[--root-volume-iops=ROOT_VOLUME_IOPS]
|
||||
|
|
@ -87,6 +88,18 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--image-type=IMAGE_TYPE
|
||||
Set the OS image type to use on node pool instances.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud alpha container aws node-pools create --image-type=windows
|
||||
$ gcloud alpha container aws node-pools create --image-type=ubuntu
|
||||
|
||||
--instance-placement=INSTANCE_PLACEMENT
|
||||
Type of the tenancy. INSTANCE_PLACEMENT must be one of: dedicated,
|
||||
default, host.
|
||||
|
||||
--instance-type=INSTANCE_TYPE
|
||||
AWS EC2 instance type.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue