mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Mar 13 09:56:21 UTC 2024
This commit is contained in:
parent
7f632e0c5d
commit
75379bf68b
273 changed files with 9390 additions and 532 deletions
|
|
@ -6,7 +6,8 @@ SYNOPSIS
|
|||
gcloud alpha edge-cloud container clusters node-pools update
|
||||
(NODE_POOL : --cluster=CLUSTER --location=LOCATION) [--async]
|
||||
[--lro-timeout=LRO_TIMEOUT] [--machine-filter=MACHINE_FILTER]
|
||||
[--node-count=NODE_COUNT] [--update-labels=[KEY=VALUE,...]]
|
||||
[--node-count=NODE_COUNT] [--node-labels=[KEY=VALUE,...]]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -75,6 +76,10 @@ FLAGS
|
|||
--node-count=NODE_COUNT
|
||||
Default nodeCount used by this node pool.
|
||||
|
||||
--node-labels=[KEY=VALUE,...]
|
||||
Comma-delimited list of key-value pairs that comprise labels for the
|
||||
individual nodes in the node pool.
|
||||
|
||||
--update-labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to update. If a label exists, its value
|
||||
is modified. Otherwise, a new label is created.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue