mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Apr 26 10:24:37 UTC 2023
This commit is contained in:
parent
b33a8a3e6e
commit
2ae1bc2b12
276 changed files with 6093 additions and 833 deletions
|
|
@ -4,15 +4,15 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta container clusters list
|
||||
[--region=REGION | --zone=ZONE, -z ZONE] [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--location=LOCATION | --region=REGION | --zone=ZONE, -z ZONE]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) List existing clusters for running containers.
|
||||
|
||||
This command queries cluster across all locations unless either '--region'
|
||||
or '--zone' are specified.
|
||||
This command queries cluster across all locations unless either
|
||||
'--location', '--region', or '--zone' are specified.
|
||||
|
||||
EXAMPLES
|
||||
To list existing clusters in all locations, run:
|
||||
|
|
@ -22,6 +22,10 @@ EXAMPLES
|
|||
FLAGS
|
||||
At most one of these can be specified:
|
||||
|
||||
--location=LOCATION
|
||||
Compute zone or region (e.g. us-central1-a or us-central1) for the
|
||||
cluster.
|
||||
|
||||
--region=REGION
|
||||
Compute region (e.g. us-central1) for the cluster.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue