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