mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Aug 23 10:30:46 UTC 2023
This commit is contained in:
parent
5f3d6bc974
commit
f9edf67fe5
677 changed files with 22815 additions and 975 deletions
|
|
@ -142,7 +142,7 @@ OPTIONAL FLAGS
|
|||
default, host.
|
||||
|
||||
--node-labels=NODE_LABEL,[NODE_LABEL,...]
|
||||
Labels assigned to nodes of the node pool.
|
||||
Labels assigned to the node pool's nodes.
|
||||
|
||||
--node-taints=NODE_TAINT,[NODE_TAINT,...]
|
||||
Taints assigned to nodes of the node pool. Node taint is of format
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ SYNOPSIS
|
|||
[--clear-autoscaling-metrics
|
||||
| --autoscaling-metrics=[AUTOSCALING_METRIC,...]
|
||||
--autoscaling-metrics-granularity=AUTOSCALING_METRICS_GRANULARITY]
|
||||
[--clear-node-labels | --node-labels=NODE_LABEL,[NODE_LABEL,...]]
|
||||
[--clear-proxy-config | --proxy-secret-arn=PROXY_SECRET_ARN
|
||||
--proxy-secret-version-id=PROXY_SECRET_VERSION_ID]
|
||||
[--clear-security-group-ids
|
||||
|
|
@ -148,6 +149,16 @@ FLAGS
|
|||
Frequency at which EC2 Auto Scaling sends aggregated data to AWS
|
||||
CloudWatch. The only valid value is "1Minute".
|
||||
|
||||
Node labels
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-node-labels
|
||||
Clear the labels assigned to the node pool's nodes.
|
||||
|
||||
--node-labels=NODE_LABEL,[NODE_LABEL,...]
|
||||
Labels assigned to the node pool's nodes.
|
||||
|
||||
Proxy config
|
||||
|
||||
At most one of these can be specified:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue