1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +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

@ -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.