1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 13:10:18 +00:00

gcloud: Wed Sep 14 09:28:28 UTC 2022

This commit is contained in:
Automated 2022-09-14 09:28:28 +00:00
parent e7bec9b31b
commit 8f4214beb2
Failed to extract signature
148 changed files with 5778 additions and 334 deletions

View file

@ -7,7 +7,8 @@ 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] [--image-type=IMAGE_TYPE]
--subnet-id=SUBNET_ID [--annotations=ANNOTATION,[ANNOTATION,...]]
[--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,...]]
@ -83,6 +84,9 @@ REQUIRED FLAGS
Subnet ID of an existing VNET to use for the node pool.
OPTIONAL FLAGS
--annotations=ANNOTATION,[ANNOTATION,...]
Annotations for the node pool.
--async
Return immediately, without waiting for the operation in progress to
complete.

View file

@ -11,6 +11,7 @@ SYNOPSIS
[--root-volume-kms-key-arn=ROOT_VOLUME_KMS_KEY_ARN]
[--root-volume-size=ROOT_VOLUME_SIZE]
[--root-volume-type=ROOT_VOLUME_TYPE] [--validate-only]
[--annotations=ANNOTATION,[ANNOTATION,...] | --clear-annotations]
[--clear-proxy-config | --proxy-secret-arn=PROXY_SECRET_ARN
--proxy-secret-version-id=PROXY_SECRET_VERSION_ID]
[--clear-security-group-ids
@ -96,6 +97,16 @@ FLAGS
--validate-only
Validate the node pool to update, but don't actually perform it.
Annotations
At most one of these can be specified:
--annotations=ANNOTATION,[ANNOTATION,...]
Annotations for the node pool.
--clear-annotations
Clear the annotations for the node pool.
Proxy config
At most one of these can be specified:

View file

@ -3,7 +3,8 @@ NAME
Service Mesh Feature
SYNOPSIS
gcloud alpha container fleet mesh update --control-plane=CONTROL_PLANE
gcloud alpha container fleet mesh update
(--control-plane=CONTROL_PLANE --management=MANAGEMENT)
[--membership=MEMBERSHIP | --memberships=MEMBERSHIPS]
[GCLOUD_WIDE_FLAG ...]
@ -19,9 +20,15 @@ EXAMPLES
--control-plane=CONTROL_PLANE
REQUIRED FLAGS
--control-plane=CONTROL_PLANE
The control plane management to update to. CONTROL_PLANE must be one
of: automatic, manual.
At least one of these must be specified:
--control-plane=CONTROL_PLANE
The control plane management to update to. CONTROL_PLANE must be one
of: automatic, manual.
--management=MANAGEMENT
The management mode to update to. MANAGEMENT must be one of:
automatic, manual.
OPTIONAL FLAGS
At most one of these can be specified:

View file

@ -3,7 +3,8 @@ NAME
Service Mesh Feature
SYNOPSIS
gcloud alpha container hub mesh update --control-plane=CONTROL_PLANE
gcloud alpha container hub mesh update
(--control-plane=CONTROL_PLANE --management=MANAGEMENT)
[--membership=MEMBERSHIP | --memberships=MEMBERSHIPS]
[GCLOUD_WIDE_FLAG ...]
@ -19,9 +20,15 @@ EXAMPLES
--control-plane=CONTROL_PLANE
REQUIRED FLAGS
--control-plane=CONTROL_PLANE
The control plane management to update to. CONTROL_PLANE must be one
of: automatic, manual.
At least one of these must be specified:
--control-plane=CONTROL_PLANE
The control plane management to update to. CONTROL_PLANE must be one
of: automatic, manual.
--management=MANAGEMENT
The management mode to update to. MANAGEMENT must be one of:
automatic, manual.
OPTIONAL FLAGS
At most one of these can be specified: