mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Feb 8 10:13:59 UTC 2023
This commit is contained in:
parent
fc11b54760
commit
11068cb123
240 changed files with 8982 additions and 619 deletions
|
|
@ -27,7 +27,8 @@ COMMANDS
|
|||
(ALPHA) List Anthos on bare metal admin clusters.
|
||||
|
||||
query-version-config
|
||||
(ALPHA) Query Anthos on bare metal admin cluster version configuration.
|
||||
(ALPHA) Query versions for creating or upgrading an Anthos on bare
|
||||
metal admin cluster.
|
||||
|
||||
update
|
||||
(ALPHA) Update an Anthos on bare metal admin cluster.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
NAME
|
||||
gcloud alpha container bare-metal admin-clusters query-version-config -
|
||||
query Anthos on bare metal admin cluster version configuration
|
||||
query versions for creating or upgrading an Anthos on bare metal admin
|
||||
cluster
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha container bare-metal admin-clusters query-version-config
|
||||
|
|
@ -8,7 +9,8 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Query Anthos on bare metal admin cluster version configuration.
|
||||
(ALPHA) Query versions for creating or upgrading an Anthos on bare metal
|
||||
admin cluster.
|
||||
|
||||
EXAMPLES
|
||||
To query versions for creating an admin cluster, run:
|
||||
|
|
@ -21,11 +23,11 @@ EXAMPLES
|
|||
$ gcloud alpha container bare-metal admin-clusters \ query-version-config --admin-cluster=my-admin-cluster
|
||||
|
||||
FLAGS
|
||||
Version configuration type
|
||||
Use cases for querying versions.
|
||||
|
||||
Upgrade configuration
|
||||
Upgrade an Anthos on bare metal user cluster use case.
|
||||
|
||||
Admin cluster resource - admin cluster to query version configuration
|
||||
Admin cluster resource - Admin cluster to query versions for upgrade.
|
||||
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:
|
||||
|
|
@ -35,6 +37,7 @@ FLAGS
|
|||
▫ set the property core/project. To set the location attribute:
|
||||
▫ provide the argument --admin-cluster on the command line with a
|
||||
fully specified name;
|
||||
▫ provide the argument --location on the command line;
|
||||
▫ set the property container_bare_metal/location.
|
||||
|
||||
--admin-cluster=ADMIN_CLUSTER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue