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

gcloud: Thu Jun 15 10:31:27 UTC 2023

This commit is contained in:
Automated 2023-06-15 10:31:27 +00:00
parent 435c9359b5
commit 2102dc5511
223 changed files with 8143 additions and 443 deletions

View file

@ -14,17 +14,19 @@ SYNOPSIS
--subnet-ids=[SUBNET_ID,...] --vpc-id=VPC_ID
[--admin-users=USER,[USER,...]]
[--annotations=ANNOTATION,[ANNOTATION,...]] [--async]
[--description=DESCRIPTION] [--enable-managed-prometheus]
[--instance-placement=INSTANCE_PLACEMENT]
[--description=DESCRIPTION] [--disable-per-node-pool-sg-rules]
[--enable-managed-prometheus] [--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-throughput=MAIN_VOLUME_THROUGHPUT]
[--main-volume-type=MAIN_VOLUME_TYPE]
[--role-session-name=ROLE_SESSION_NAME]
[--root-volume-iops=ROOT_VOLUME_IOPS]
[--root-volume-kms-key-arn=ROOT_VOLUME_KMS_KEY_ARN]
[--root-volume-size=ROOT_VOLUME_SIZE]
[--root-volume-throughput=ROOT_VOLUME_THROUGHPUT]
[--root-volume-type=ROOT_VOLUME_TYPE]
[--security-group-ids=[SECURITY_GROUP_ID,...]]
[--ssh-ec2-key-pair=SSH_EC2_KEY_PAIR] [--tags=TAG,[TAG,...]]
@ -133,6 +135,12 @@ OPTIONAL FLAGS
--description=DESCRIPTION
Description for the cluster.
--disable-per-node-pool-sg-rules
Disable the default per node pool subnet security group rules on the
control plane security group. When disabled, at least one security
group that allows node pools to send traffic to the control plane on
ports TCP/443 and TCP/8132 must be provided.
--enable-managed-prometheus
Enable managed collection for Managed Service for Prometheus.
@ -167,6 +175,10 @@ OPTIONAL FLAGS
size unit of GB for gigabyte, or TB for terabyte. If no size unit is
specified, GB is assumed.
--main-volume-throughput=MAIN_VOLUME_THROUGHPUT
Throughput to provision for the main volume, in MiB/s. Only valid if
the volume type is GP3.
--main-volume-type=MAIN_VOLUME_TYPE
Type of the main volume. MAIN_VOLUME_TYPE must be one of: gp2, gp3.
@ -186,6 +198,10 @@ OPTIONAL FLAGS
size unit of GB for gigabyte, or TB for terabyte. If no size unit is
specified, GB is assumed.
--root-volume-throughput=ROOT_VOLUME_THROUGHPUT
Throughput to provision for the root volume, in MiB/s. Only valid if
the volume type is GP3.
--root-volume-type=ROOT_VOLUME_TYPE
Type of the root volume. ROOT_VOLUME_TYPE must be one of: gp2, gp3.

View file

@ -13,6 +13,7 @@ SYNOPSIS
[--root-volume-iops=ROOT_VOLUME_IOPS]
[--root-volume-kms-key-arn=ROOT_VOLUME_KMS_KEY_ARN]
[--root-volume-size=ROOT_VOLUME_SIZE]
[--root-volume-throughput=ROOT_VOLUME_THROUGHPUT]
[--root-volume-type=ROOT_VOLUME_TYPE] [--validate-only]
[--annotations=ANNOTATION,[ANNOTATION,...] | --clear-annotations]
[--clear-description | --description=DESCRIPTION]
@ -23,6 +24,7 @@ SYNOPSIS
[--clear-ssh-ec2-key-pair | --ssh-ec2-key-pair=SSH_EC2_KEY_PAIR]
[--clear-tags | --tags=TAG,[TAG,...]]
[--disable-managed-prometheus | --enable-managed-prometheus]
[--disable-per-node-pool-sg-rules | --enable-per-node-pool-sg-rules]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -116,6 +118,10 @@ FLAGS
size unit of GB for gigabyte, or TB for terabyte. If no size unit is
specified, GB is assumed.
--root-volume-throughput=ROOT_VOLUME_THROUGHPUT
Throughput to provision for the root volume, in MiB/s. Only valid if
the volume type is GP3.
--root-volume-type=ROOT_VOLUME_TYPE
Type of the root volume. ROOT_VOLUME_TYPE must be one of: gp2, gp3.
@ -207,6 +213,20 @@ FLAGS
--enable-managed-prometheus
Enable managed collection for Managed Service for Prometheus.
Default per node pool security group rules
At most one of these can be specified:
--disable-per-node-pool-sg-rules
Disable the default per node pool subnet security group rules on the
control plane security group. When disabled, at least one security
group that allows node pools to send traffic to the control plane on
ports TCP/443 and TCP/8132 must be provided.
--enable-per-node-pool-sg-rules
Enable the default per node pool subnet security group rules on the
control plane security group.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -17,6 +17,7 @@ SYNOPSIS
[--root-volume-iops=ROOT_VOLUME_IOPS]
[--root-volume-kms-key-arn=ROOT_VOLUME_KMS_KEY_ARN]
[--root-volume-size=ROOT_VOLUME_SIZE]
[--root-volume-throughput=ROOT_VOLUME_THROUGHPUT]
[--root-volume-type=ROOT_VOLUME_TYPE]
[--security-group-ids=[SECURITY_GROUP_ID,...]]
[--ssh-ec2-key-pair=SSH_EC2_KEY_PAIR] [--tags=TAG,[TAG,...]]
@ -161,6 +162,10 @@ OPTIONAL FLAGS
size unit of GB for gigabyte, or TB for terabyte. If no size unit is
specified, GB is assumed.
--root-volume-throughput=ROOT_VOLUME_THROUGHPUT
Throughput to provision for the root volume, in MiB/s. Only valid if
the volume type is GP3.
--root-volume-type=ROOT_VOLUME_TYPE
Type of the root volume. ROOT_VOLUME_TYPE must be one of: gp2, gp3.

View file

@ -10,6 +10,7 @@ SYNOPSIS
[--node-version=NODE_VERSION] [--root-volume-iops=ROOT_VOLUME_IOPS]
[--root-volume-kms-key-arn=ROOT_VOLUME_KMS_KEY_ARN]
[--root-volume-size=ROOT_VOLUME_SIZE]
[--root-volume-throughput=ROOT_VOLUME_THROUGHPUT]
[--root-volume-type=ROOT_VOLUME_TYPE] [--validate-only]
[--annotations=ANNOTATION,[ANNOTATION,...] | --clear-annotations]
[--clear-autoscaling-metrics
@ -106,6 +107,10 @@ FLAGS
size unit of GB for gigabyte, or TB for terabyte. If no size unit is
specified, GB is assumed.
--root-volume-throughput=ROOT_VOLUME_THROUGHPUT
Throughput to provision for the root volume, in MiB/s. Only valid if
the volume type is GP3.
--root-volume-type=ROOT_VOLUME_TYPE
Type of the root volume. ROOT_VOLUME_TYPE must be one of: gp2, gp3.