1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 22:36:52 +00:00

gcloud: Thu Jun 2 08:41:25 UTC 2022

This commit is contained in:
Automated 2022-06-02 08:41:25 +00:00
parent 5b5ff68a0d
commit 82063cbb03
Failed to extract signature
153 changed files with 3508 additions and 223 deletions

View file

@ -74,7 +74,7 @@ REQUIRED FLAGS
Amazon Resource Name (ARN) of the AWS KMS key to encrypt the user data.
--iam-instance-profile=IAM_INSTANCE_PROFILE
Name of the IAM instance profile associated with the cluster.
Name or ARN of the IAM instance profile associated with the node pool.
--node-version=NODE_VERSION
Kubernetes version to use for the node pool.
@ -88,7 +88,7 @@ OPTIONAL FLAGS
complete.
--instance-type=INSTANCE_TYPE
AWS EC2 instance type.
AWS EC2 instance type for the node pool's nodes.
--max-pods-per-node=MAX_PODS_PER_NODE
Maximum number of pods per node.
@ -118,10 +118,10 @@ OPTIONAL FLAGS
Type of the root volume. ROOT_VOLUME_TYPE must be one of: gp2, gp3.
--security-group-ids=[SECURITY_GROUP_ID,...]
IDs of additional security groups to add to nodes.
IDs of additional security groups to add to the node pool's nodes.
--ssh-ec2-key-pair=SSH_EC2_KEY_PAIR
Name of the EC2 key pair authorized to login to the node pool nodes.
Name of the EC2 key pair authorized to login to the node pool's nodes.
--tags=TAG,[TAG,...]
Applies the given tags (comma separated) on the node pool. Example:

View file

@ -98,7 +98,7 @@ FLAGS
At most one of these can be specified:
--clear-proxy-config
Clear the proxy configuration, if any, associated with the node pool.
Clear the proxy configuration associated with the node pool.
Update existing proxy config parameters
@ -115,21 +115,22 @@ FLAGS
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.
Clear any additional security groups associated with the node pool's
nodes. This does not remove the default security groups.
--security-group-ids=[SECURITY_GROUP_ID,...]
IDs of additional security groups to add to nodes.
IDs of additional security groups to add to the node pool's nodes.
SSH config
At most one of these can be specified:
--clear-ssh-ec2-key-pair
Clear the EC2 key pair to log in into the node pool nodes.
Clear the EC2 key pair authorized to login to the node pool's nodes.
--ssh-ec2-key-pair=SSH_EC2_KEY_PAIR
Name of the EC2 key pair authorized to login to the node pool nodes.
Name of the EC2 key pair authorized to login to the node pool's
nodes.
Node pool autoscaling