mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Aug 31 09:34:57 UTC 2022
This commit is contained in:
parent
978ed239f6
commit
6749f65ca2
159 changed files with 2919 additions and 561 deletions
|
|
@ -12,8 +12,9 @@ SYNOPSIS
|
|||
--pod-address-cidr-blocks=POD_ADDRESS_CIDR_BLOCKS --role-arn=ROLE_ARN
|
||||
--service-address-cidr-blocks=SERVICE_ADDRESS_CIDR_BLOCKS
|
||||
--subnet-ids=[SUBNET_ID,...] --vpc-id=VPC_ID
|
||||
[--admin-users=USER,[USER,...]] [--async]
|
||||
[--instance-placement=INSTANCE_PLACEMENT]
|
||||
[--admin-users=USER,[USER,...]]
|
||||
[--annotations=ANNOTATION,[ANNOTATION,...]] [--async]
|
||||
[--description=DESCRIPTION] [--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]
|
||||
|
|
@ -72,8 +73,7 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument cluster on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ set the property container_aws/location;
|
||||
▸ set the property aws/location (deprecated).
|
||||
▸ set the property container_aws/location.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--aws-region=AWS_REGION
|
||||
|
|
@ -118,10 +118,16 @@ OPTIONAL FLAGS
|
|||
Users that can perform operations as a cluster administrator. If not
|
||||
specified, the value of property core/account is used.
|
||||
|
||||
--annotations=ANNOTATION,[ANNOTATION,...]
|
||||
Annotations for the cluster.
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Description for the cluster.
|
||||
|
||||
--instance-placement=INSTANCE_PLACEMENT
|
||||
Type of the tenancy. INSTANCE_PLACEMENT must be one of: dedicated,
|
||||
default, host.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue