mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +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
|
|
@ -98,7 +98,7 @@ FLAGS
|
|||
At most one of these can be specified:
|
||||
|
||||
--clear-proxy-config
|
||||
Clear the proxy configuration, if any, associated with the node pool.
|
||||
Clear the proxy configuration associated with the node pool.
|
||||
|
||||
Update existing proxy config parameters
|
||||
|
||||
|
|
@ -115,21 +115,22 @@ FLAGS
|
|||
At most one of these can be specified:
|
||||
|
||||
--clear-security-group-ids
|
||||
Clear any additional security groups associated with the nodes. This
|
||||
does not remove the default security groups.
|
||||
Clear any additional security groups associated with the node pool's
|
||||
nodes. This does not remove the default security groups.
|
||||
|
||||
--security-group-ids=[SECURITY_GROUP_ID,...]
|
||||
IDs of additional security groups to add to nodes.
|
||||
IDs of additional security groups to add to the node pool'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 node pool nodes.
|
||||
Clear the EC2 key pair authorized to login to the node pool's nodes.
|
||||
|
||||
--ssh-ec2-key-pair=SSH_EC2_KEY_PAIR
|
||||
Name of the EC2 key pair authorized to login to the node pool nodes.
|
||||
Name of the EC2 key pair authorized to login to the node pool's
|
||||
nodes.
|
||||
|
||||
Node pool autoscaling
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue