1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed May 11 08:44:01 UTC 2022

This commit is contained in:
Automated 2022-05-11 08:44:01 +00:00
parent bf33ccb44b
commit 379049f21a
109 changed files with 2571 additions and 102 deletions

View file

@ -161,7 +161,8 @@ OPTIONAL FLAGS
IDs of additional security groups to add to control plane replicas.
--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 control plane
nodes.
--tags=TAG,[TAG,...]
Applies the given tags (comma separated) on the cluster. Example:

View file

@ -16,6 +16,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]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -126,6 +127,17 @@ FLAGS
--security-group-ids=[SECURITY_GROUP_ID,...]
IDs of additional security groups to add to control plane replicas.
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.
--ssh-ec2-key-pair=SSH_EC2_KEY_PAIR
Name of the EC2 key pair authorized to login to the control plane
nodes.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -121,7 +121,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:

View file

@ -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