mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Wed Apr 20 08:58:18 UTC 2022
This commit is contained in:
parent
9dcb91c709
commit
72862dfe28
204 changed files with 3253 additions and 457 deletions
|
|
@ -10,6 +10,8 @@ SYNOPSIS
|
|||
[--root-volume-kms-key-arn=ROOT_VOLUME_KMS_KEY_ARN]
|
||||
[--root-volume-size=ROOT_VOLUME_SIZE]
|
||||
[--root-volume-type=ROOT_VOLUME_TYPE] [--validate-only]
|
||||
[--clear-proxy-config | --proxy-secret-arn=PROXY_SECRET_ARN
|
||||
--proxy-secret-version-id=PROXY_SECRET_VERSION_ID]
|
||||
[--clear-security-group-ids
|
||||
| --security-group-ids=[SECURITY_GROUP_ID,...]]
|
||||
[--max-nodes=MAX_NODES --min-nodes=MIN_NODES] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -90,6 +92,23 @@ FLAGS
|
|||
--validate-only
|
||||
Validate the node pool to update, but don't actually perform it.
|
||||
|
||||
Proxy config
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-proxy-config
|
||||
Clear the proxy configuration, if any, associated with the node pool.
|
||||
|
||||
Update existing proxy config parameters
|
||||
|
||||
--proxy-secret-arn=PROXY_SECRET_ARN
|
||||
ARN of the AWS Secrets Manager secret that contains a proxy
|
||||
configuration.
|
||||
|
||||
--proxy-secret-version-id=PROXY_SECRET_VERSION_ID
|
||||
Version ID string of the AWS Secrets Manager secret that contains a
|
||||
proxy configuration.
|
||||
|
||||
Security groups
|
||||
|
||||
At most one of these can be specified:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue