mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed May 11 08:44:01 UTC 2022
This commit is contained in:
parent
bf33ccb44b
commit
379049f21a
109 changed files with 2571 additions and 102 deletions
|
|
@ -134,7 +134,7 @@ OPTIONAL FLAGS
|
|||
IDs of additional security groups to add to nodes.
|
||||
|
||||
--ssh-ec2-key-pair=SSH_EC2_KEY_PAIR
|
||||
Name of the EC2 key pair to log in into control plane nodes.
|
||||
Name of the EC2 key pair authorized to login to the node pool nodes.
|
||||
|
||||
--tags=TAG,[TAG,...]
|
||||
Applies the given tags (comma separated) on the node pool. Example:
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ SYNOPSIS
|
|||
--proxy-secret-version-id=PROXY_SECRET_VERSION_ID]
|
||||
[--clear-security-group-ids
|
||||
| --security-group-ids=[SECURITY_GROUP_ID,...]]
|
||||
[--clear-ssh-ec2-key-pair | --ssh-ec2-key-pair=SSH_EC2_KEY_PAIR]
|
||||
[--max-nodes=MAX_NODES --min-nodes=MIN_NODES] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -120,6 +121,16 @@ FLAGS
|
|||
--security-group-ids=[SECURITY_GROUP_ID,...]
|
||||
IDs of additional security groups to add to 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.
|
||||
|
||||
--ssh-ec2-key-pair=SSH_EC2_KEY_PAIR
|
||||
Name of the EC2 key pair authorized to login to the node pool nodes.
|
||||
|
||||
Node pool autoscaling
|
||||
|
||||
--max-nodes=MAX_NODES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue