mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Jun 2 08:41:25 UTC 2022
This commit is contained in:
parent
5b5ff68a0d
commit
82063cbb03
153 changed files with 3508 additions and 223 deletions
|
|
@ -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,...]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue