mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Mar 23 08:27:29 UTC 2022
This commit is contained in:
parent
971306823a
commit
cd34e797ae
109 changed files with 1563 additions and 627 deletions
|
|
@ -148,7 +148,7 @@ OPTIONAL FLAGS
|
|||
|
||||
--root-volume-kms-key-arn=ROOT_VOLUME_KMS_KEY_ARN
|
||||
Amazon Resource Name (ARN) of the AWS KMS key to encrypt the root
|
||||
control plane volume.
|
||||
volume.
|
||||
|
||||
--root-volume-size=ROOT_VOLUME_SIZE
|
||||
Size of the root volume. The value must be a whole number followed by a
|
||||
|
|
|
|||
|
|
@ -7,10 +7,16 @@ SYNOPSIS
|
|||
[--admin-users=USER,[USER,...]] [--async]
|
||||
[--cluster-version=CLUSTER_VERSION]
|
||||
[--config-encryption-kms-key-arn=CONFIG_ENCRYPTION_KMS_KEY_ARN]
|
||||
[--instance-type=INSTANCE_TYPE] [--proxy-secret-arn=PROXY_SECRET_ARN]
|
||||
[--proxy-secret-version-id=PROXY_SECRET_VERSION_ID]
|
||||
[--role-arn=ROLE_ARN] [--role-session-name=ROLE_SESSION_NAME]
|
||||
[--security-group-ids=[SECURITY_GROUP_ID,...]] [--validate-only]
|
||||
[--instance-type=INSTANCE_TYPE] [--role-arn=ROLE_ARN]
|
||||
[--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-type=ROOT_VOLUME_TYPE] [--validate-only]
|
||||
[--clear-proxy-config | --proxy-secret-arn=PROXY_SECRET_ARN
|
||||
--proxy-secret-version-id=PROXY_SECRET_VERSION_ID]
|
||||
[--clear-security-group-ids
|
||||
| --security-group-ids=[SECURITY_GROUP_ID,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -67,14 +73,6 @@ FLAGS
|
|||
--instance-type=INSTANCE_TYPE
|
||||
AWS EC2 instance type.
|
||||
|
||||
--proxy-secret-arn=PROXY_SECRET_ARN
|
||||
ARN of the AWS Secrets Manager secret that contains a proxy
|
||||
configuration.
|
||||
|
||||
--proxy-secret-version-id=PROXY_SECRET_VERSION_ID
|
||||
Version ID string of the AWS Secrets Manager secret that contains a
|
||||
proxy configuration.
|
||||
|
||||
--role-arn=ROLE_ARN
|
||||
Amazon Resource Name (ARN) of the IAM role to assume when managing AWS
|
||||
resources.
|
||||
|
|
@ -82,12 +80,53 @@ FLAGS
|
|||
--role-session-name=ROLE_SESSION_NAME
|
||||
Identifier for the assumed role session.
|
||||
|
||||
--security-group-ids=[SECURITY_GROUP_ID,...]
|
||||
IDs of additional security groups to add to control plane replicas.
|
||||
--root-volume-iops=ROOT_VOLUME_IOPS
|
||||
Number of I/O operations per second (IOPS) to provision for the root
|
||||
volume.
|
||||
|
||||
--root-volume-kms-key-arn=ROOT_VOLUME_KMS_KEY_ARN
|
||||
Amazon Resource Name (ARN) of the AWS KMS key to encrypt the root
|
||||
volume.
|
||||
|
||||
--root-volume-size=ROOT_VOLUME_SIZE
|
||||
Size of the root volume. The value must be a whole number followed by a
|
||||
size unit of GB for gigabyte, or TB for terabyte. If no size unit is
|
||||
specified, GB is assumed.
|
||||
|
||||
--root-volume-type=ROOT_VOLUME_TYPE
|
||||
Type of the root volume. ROOT_VOLUME_TYPE must be one of: gp2, gp3.
|
||||
|
||||
--validate-only
|
||||
Validate the update of the cluster, but don't actually perform it.
|
||||
|
||||
Proxy config
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-proxy-config
|
||||
Clear the proxy configuration, if any, associated with the cluster.
|
||||
|
||||
Update existing proxy config parameters
|
||||
|
||||
--proxy-secret-arn=PROXY_SECRET_ARN
|
||||
ARN of the AWS Secrets Manager secret that contains a proxy
|
||||
configuration.
|
||||
|
||||
--proxy-secret-version-id=PROXY_SECRET_VERSION_ID
|
||||
Version ID string of the AWS Secrets Manager secret that contains a
|
||||
proxy configuration.
|
||||
|
||||
Security groups
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-security-group-ids
|
||||
Clear any additional security groups associated with the control
|
||||
plane replicas. This does not remove the default security groups.
|
||||
|
||||
--security-group-ids=[SECURITY_GROUP_ID,...]
|
||||
IDs of additional security groups to add to control plane replicas.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ OPTIONAL FLAGS
|
|||
|
||||
--root-volume-kms-key-arn=ROOT_VOLUME_KMS_KEY_ARN
|
||||
Amazon Resource Name (ARN) of the AWS KMS key to encrypt the root
|
||||
control plane volume.
|
||||
volume.
|
||||
|
||||
--root-volume-size=ROOT_VOLUME_SIZE
|
||||
Size of the root volume. The value must be a whole number followed by a
|
||||
|
|
|
|||
|
|
@ -5,8 +5,13 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha container aws node-pools update
|
||||
(NODE_POOL : --cluster=CLUSTER --location=LOCATION) [--async]
|
||||
[--node-version=NODE_VERSION]
|
||||
[--security-group-ids=[SECURITY_GROUP_ID,...]] [--validate-only]
|
||||
[--config-encryption-kms-key-arn=CONFIG_ENCRYPTION_KMS_KEY_ARN]
|
||||
[--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-type=ROOT_VOLUME_TYPE] [--validate-only]
|
||||
[--clear-security-group-ids
|
||||
| --security-group-ids=[SECURITY_GROUP_ID,...]]
|
||||
[--max-nodes=MAX_NODES --min-nodes=MIN_NODES] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -60,15 +65,42 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--config-encryption-kms-key-arn=CONFIG_ENCRYPTION_KMS_KEY_ARN
|
||||
Amazon Resource Name (ARN) of the AWS KMS key to encrypt the user data.
|
||||
|
||||
--node-version=NODE_VERSION
|
||||
Kubernetes version to use for the node pool.
|
||||
|
||||
--security-group-ids=[SECURITY_GROUP_ID,...]
|
||||
IDs of additional security groups to add to nodes.
|
||||
--root-volume-iops=ROOT_VOLUME_IOPS
|
||||
Number of I/O operations per second (IOPS) to provision for the root
|
||||
volume.
|
||||
|
||||
--root-volume-kms-key-arn=ROOT_VOLUME_KMS_KEY_ARN
|
||||
Amazon Resource Name (ARN) of the AWS KMS key to encrypt the root
|
||||
volume.
|
||||
|
||||
--root-volume-size=ROOT_VOLUME_SIZE
|
||||
Size of the root volume. The value must be a whole number followed by a
|
||||
size unit of GB for gigabyte, or TB for terabyte. If no size unit is
|
||||
specified, GB is assumed.
|
||||
|
||||
--root-volume-type=ROOT_VOLUME_TYPE
|
||||
Type of the root volume. ROOT_VOLUME_TYPE must be one of: gp2, gp3.
|
||||
|
||||
--validate-only
|
||||
Validate the node pool to update, but don't actually perform it.
|
||||
|
||||
Security groups
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-security-group-ids
|
||||
Clear any additional security groups associated with the nodes. This
|
||||
does not remove the default security groups.
|
||||
|
||||
--security-group-ids=[SECURITY_GROUP_ID,...]
|
||||
IDs of additional security groups to add to nodes.
|
||||
|
||||
Node pool autoscaling
|
||||
|
||||
--max-nodes=MAX_NODES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue