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

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