mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +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
|
|
@ -8,7 +8,7 @@ SYNOPSIS
|
|||
--node-count=NODE_COUNT --node-location=NODE_LOCATION [--async]
|
||||
[--labels=[KEY=VALUE,...]] [--local-disk-kms-key=LOCAL_DISK_KMS_KEY]
|
||||
[--lro-timeout=LRO_TIMEOUT] [--machine-filter=MACHINE_FILTER]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--node-labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create an Edge Container node pool.
|
||||
|
|
@ -111,6 +111,10 @@ OPTIONAL FLAGS
|
|||
pool. The filtering language accepts strings like "name=<name>", and is
|
||||
documented in more detail at https://google.aip.dev/160.
|
||||
|
||||
--node-labels=[KEY=VALUE,...]
|
||||
Comma-delimited list of key-value pairs that comprise labels for the
|
||||
individual nodes in the node pool.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue