1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Mar 30 09:07:09 UTC 2022

This commit is contained in:
Automated 2022-03-30 09:07:09 +00:00
parent cd34e797ae
commit 9bf28f1efe
90 changed files with 1554 additions and 258 deletions

View file

@ -13,7 +13,9 @@ SYNOPSIS
--service-address-cidr-blocks=SERVICE_ADDRESS_CIDR_BLOCKS
--subnet-ids=[SUBNET_ID,...] --vpc-id=VPC_ID
[--admin-users=USER,[USER,...]] [--async]
[--instance-type=INSTANCE_TYPE] [--main-volume-iops=MAIN_VOLUME_IOPS]
[--instance-placement=INSTANCE_PLACEMENT]
[--instance-type=INSTANCE_TYPE] [--logging=COMPONENT,[COMPONENT,...]]
[--main-volume-iops=MAIN_VOLUME_IOPS]
[--main-volume-kms-key-arn=MAIN_VOLUME_KMS_KEY_ARN]
[--main-volume-size=MAIN_VOLUME_SIZE]
[--main-volume-type=MAIN_VOLUME_TYPE]
@ -120,9 +122,24 @@ OPTIONAL FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--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.
--logging=COMPONENT,[COMPONENT,...]
Set the components that have logging enabled.
Examples:
$ gcloud alpha container aws clusters create --logging=SYSTEM
$ gcloud alpha container aws clusters create \
--logging=SYSTEM,WORKLOAD
COMPONENT must be one of: SYSTEM, WORKLOAD.
--main-volume-iops=MAIN_VOLUME_IOPS
Number of I/O operations per second (IOPS) to provision for the main
volume.