mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 08:55:34 +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
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha container vmware clusters delete
|
||||
(CLUSTER : --location=LOCATION) [--allow-missing] [--async] [--force]
|
||||
[--ignore-errors] [GCLOUD_WIDE_FLAG ...]
|
||||
[--ignore-errors] [--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete an Anthos cluster on VMware.
|
||||
|
|
@ -60,6 +60,10 @@ FLAGS
|
|||
If set, the deletion of a VMware user cluster 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,
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ SYNOPSIS
|
|||
[avoid-buggy-ips=AVOID-BUGGY-IPS],
|
||||
[manual-assign=MANUAL-ASSIGN],[pool=POOL]]
|
||||
[--static-ip-config-ip-blocks=[gateway=GATEWAY],
|
||||
[ips=IPS],[netmask=NETMASK]] [--version=VERSION]
|
||||
[ips=IPS],[netmask=NETMASK]] [--validate-only] [--version=VERSION]
|
||||
[--add-annotations=[KEY1=VALUE1,KEY2=VALUE2,...]
|
||||
| --remove-annotations=[KEY1,KEY2,...]]
|
||||
[--cpus=CPUS --memory=MEMORY --disable-auto-resize
|
||||
|
|
@ -117,6 +117,10 @@ FLAGS
|
|||
Use quote around the flag value to escape semicolon in the
|
||||
terminal.
|
||||
|
||||
--validate-only
|
||||
If set, only validate the request, but do not actually perform the
|
||||
operation.
|
||||
|
||||
--version=VERSION
|
||||
Anthos Cluster on VMware version for the user cluster resource
|
||||
|
||||
|
|
|
|||
|
|
@ -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