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

@ -93,7 +93,7 @@ REQUIRED FLAGS
ID or number of the Fleet host project where the cluster is registered.
--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 cluster.
--pod-address-cidr-blocks=POD_ADDRESS_CIDR_BLOCKS
IP address range for the pods in this cluster in CIDR notation (e.g.
@ -127,7 +127,7 @@ OPTIONAL FLAGS
default, host.
--instance-type=INSTANCE_TYPE
AWS EC2 instance type.
AWS EC2 instance type for the control plane's nodes.
--logging=COMPONENT,[COMPONENT,...]
Set the components that have logging enabled.
@ -176,10 +176,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 control plane replicas.
IDs of additional security groups to add to the control plane's nodes.
--ssh-ec2-key-pair=SSH_EC2_KEY_PAIR
Name of the EC2 key pair authorized to login to the control plane
Name of the EC2 key pair authorized to login to the control plane's
nodes.
--tags=TAG,[TAG,...]

View file

@ -72,7 +72,7 @@ FLAGS
Amazon Resource Name (ARN) of the AWS KMS key to encrypt the user data.
--instance-type=INSTANCE_TYPE
AWS EC2 instance type.
AWS EC2 instance type for the control plane's nodes.
--role-arn=ROLE_ARN
Amazon Resource Name (ARN) of the IAM role to assume when managing AWS
@ -105,7 +105,7 @@ FLAGS
At most one of these can be specified:
--clear-proxy-config
Clear the proxy configuration, if any, associated with the cluster.
Clear the proxy configuration associated with the control plane.
Update existing proxy config parameters
@ -123,20 +123,22 @@ FLAGS
--clear-security-group-ids
Clear any additional security groups associated with the control
plane replicas. This does not remove the default security groups.
plane's nodes. 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.
IDs of additional security groups to add to the control plane'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 control plane nodes.
Clear the EC2 key pair authorized to login to the control plane's
nodes.
--ssh-ec2-key-pair=SSH_EC2_KEY_PAIR
Name of the EC2 key pair authorized to login to the control plane
Name of the EC2 key pair authorized to login to the control plane's
nodes.
GCLOUD WIDE FLAGS

View file

@ -75,7 +75,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.
@ -101,7 +101,7 @@ OPTIONAL FLAGS
default, host.
--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.
@ -131,10 +131,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