1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Mar 13 09:56:21 UTC 2024

This commit is contained in:
Automated 2024-03-13 09:56:22 +00:00
parent 7f632e0c5d
commit 75379bf68b
273 changed files with 9390 additions and 532 deletions

View file

@ -6,7 +6,8 @@ SYNOPSIS
gcloud 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.