mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 11:21:48 +00:00
gcloud: Thu Apr 6 10:23:36 UTC 2023
This commit is contained in:
parent
5fabf24be7
commit
32e56b8b99
209 changed files with 5396 additions and 561 deletions
|
|
@ -10,6 +10,7 @@ SYNOPSIS
|
|||
--node-labels=[KEY=VALUE,...]
|
||||
--node-taints=[KEY=VALUE:EFFECT,...] --replicas=REPLICAS)
|
||||
[--annotations=[KEY=VALUE,...]] [--async] [--display-name=DISPLAY_NAME]
|
||||
[--validate-only]
|
||||
[--max-replicas=MAX_REPLICAS --min-replicas=MIN_REPLICAS]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -110,6 +111,10 @@ OPTIONAL FLAGS
|
|||
--display-name=DISPLAY_NAME
|
||||
Display name for the resource.
|
||||
|
||||
--validate-only
|
||||
If set, only validate the request, but do not actually perform the
|
||||
operation.
|
||||
|
||||
Node pool autoscaling
|
||||
|
||||
--max-replicas=MAX_REPLICAS
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha container vmware node-pools delete
|
||||
(NODE_POOL : --cluster=CLUSTER --location=LOCATION) [--allow-missing]
|
||||
[--async] [--ignore-errors] [GCLOUD_WIDE_FLAG ...]
|
||||
[--async] [--ignore-errors] [--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete a node pool in an Anthos cluster on VMware.
|
||||
|
|
@ -64,6 +64,10 @@ FLAGS
|
|||
If set, the deletion of a VMware node pool resource will succeed even
|
||||
if errors occur during deletion.
|
||||
|
||||
--validate-only
|
||||
If set, only validate the request, but do not actually perform the
|
||||
operation.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue