mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Feb 15 10:13:15 UTC 2023
This commit is contained in:
parent
02b395b082
commit
78fb6d9419
375 changed files with 5899 additions and 1603 deletions
|
|
@ -5,7 +5,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha container bare-metal admin-clusters query-version-config
|
||||
--admin-cluster=ADMIN_CLUSTER [--location=LOCATION]
|
||||
[--admin-cluster=ADMIN_CLUSTER] [--location=LOCATION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -13,14 +13,15 @@ DESCRIPTION
|
|||
admin cluster.
|
||||
|
||||
EXAMPLES
|
||||
To query versions for creating an admin cluster, run:
|
||||
To query versions for creating an admin cluster in location us-west1, run:
|
||||
|
||||
$ gcloud alpha container bare-metal admin-clusters \ query-version-config
|
||||
$ gcloud alpha container bare-metal admin-clusters \ query-version-config --location=us-west1
|
||||
|
||||
To query versions for upgrading an admin cluster named my-admin-cluster,
|
||||
run:
|
||||
To query versions for upgrading an admin cluster named my-admin-cluster in
|
||||
location us-west1, run:
|
||||
|
||||
$ gcloud alpha container bare-metal admin-clusters \ query-version-config --admin-cluster=my-admin-cluster
|
||||
$ gcloud alpha container bare-metal admin-clusters \ query-version-config --location=us-west1 \
|
||||
--admin-cluster=my-admin-cluster
|
||||
|
||||
FLAGS
|
||||
Use cases for querying versions.
|
||||
|
|
@ -45,8 +46,8 @@ FLAGS
|
|||
admin_cluster. To set the admin_cluster attribute:
|
||||
◇ provide the argument --admin-cluster on the command line.
|
||||
|
||||
Location resource - Google Cloud location to query version configuration.
|
||||
This represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
Location resource - Google Cloud location to query versions. This
|
||||
represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways. To set the project
|
||||
attribute:
|
||||
◆ provide the argument --location on the command line with a fully
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue