1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-13 16:37:00 +00:00

gcloud: Wed Oct 11 10:37:28 UTC 2023

This commit is contained in:
Automated 2023-10-11 10:37:28 +00:00
parent 9641ff6585
commit c30bb7b4ce
137 changed files with 3139 additions and 267 deletions

View file

@ -5,16 +5,16 @@ NAME
SYNOPSIS
gcloud edge-cloud container clusters node-pools update
(NODE_POOL : --cluster=CLUSTER --location=LOCATION) [--async]
[--machine-filter=MACHINE_FILTER] [--node-count=NODE_COUNT]
[--update-labels=[KEY=VALUE,...]]
[--lro-timeout=LRO_TIMEOUT] [--machine-filter=MACHINE_FILTER]
[--node-count=NODE_COUNT] [--update-labels=[KEY=VALUE,...]]
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Updates an Edge Container node pool.
EXAMPLES
To update the number of nodes in a node pool called 'my-node-pool' in
region us-central1, run:
To update the number of nodes in a node pool called my-node-pool in region
us-central1, run:
$ gcloud edge-cloud container clusters node-pools update \
my-node-pool --location=us-central1 --cluster=<my-cluster> \
@ -29,22 +29,22 @@ POSITIONAL ARGUMENTS
To set the project attribute:
◆ provide the argument node_pool on the command line with a fully
specified name;
set the property core/project;
provide the argument --project on the command line.
provide the argument --project on the command line;
set the property core/project.
This must be specified.
NODE_POOL
ID of the node pool or fully qualified identifier for the node pool.
To set the node_pool attribute:
To set the nodePool attribute:
▸ provide the argument node_pool on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--cluster=CLUSTER
Kubernetes cluster.
Cluster of the node pool.
To set the cluster attribute:
▸ provide the argument node_pool on the command line with a fully
@ -52,19 +52,21 @@ POSITIONAL ARGUMENTS
▸ provide the argument --cluster on the command line.
--location=LOCATION
The global location name.
Google Cloud location for the node pool.
To set the location attribute:
▸ provide the argument node_pool on the command line with a fully
specified name;
▸ provide the argument --location on the command line;
▸ set the property edge_container/location.
▸ provide the argument --location on the command line.
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
--lro-timeout=LRO_TIMEOUT
Overwrite the default LRO maximum timeout.
--machine-filter=MACHINE_FILTER
Only machines matching this filter will be allowed to join the node
pool. The filtering language accepts strings like "name=<name>", and is