mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 10:56:49 +00:00
90 lines
3.3 KiB
Text
90 lines
3.3 KiB
Text
NAME
|
|
gcloud container bare-metal admin-clusters query-version-config - query
|
|
versions for creating or upgrading an Anthos on bare metal admin
|
|
cluster
|
|
|
|
SYNOPSIS
|
|
gcloud container bare-metal admin-clusters query-version-config
|
|
[--admin-cluster=ADMIN_CLUSTER] [--location=LOCATION]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Query versions for creating or upgrading an Anthos on bare metal admin
|
|
cluster.
|
|
|
|
EXAMPLES
|
|
To query versions for creating an admin cluster in location us-west1, run:
|
|
|
|
$ gcloud container bare-metal admin-clusters query-version-config \
|
|
--location=us-west1
|
|
|
|
To query versions for upgrading an admin cluster named my-admin-cluster in
|
|
location us-west1, run:
|
|
|
|
$ gcloud container bare-metal admin-clusters query-version-config \
|
|
--location=us-west1 --admin-cluster=my-admin-cluster
|
|
|
|
FLAGS
|
|
Use cases for querying versions.
|
|
|
|
Upgrade an Anthos on bare metal admin cluster use case.
|
|
|
|
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:
|
|
▫ provide the argument --admin-cluster on the command line with a
|
|
fully specified name;
|
|
▫ provide the argument --project on the command line;
|
|
▫ 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
|
|
ID of the admin_cluster or fully qualified identifier for the
|
|
admin_cluster.
|
|
|
|
To set the admin_cluster attribute:
|
|
◇ provide the argument --admin-cluster on the command line.
|
|
|
|
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
|
|
specified name;
|
|
◆ set the property container_bare_metal/location with a fully specified
|
|
name;
|
|
◆ provide the argument --project on the command line;
|
|
◆ set the property core/project.
|
|
|
|
--location=LOCATION
|
|
ID of the location or fully qualified identifier for the location.
|
|
|
|
To set the location attribute:
|
|
▸ provide the argument --location on the command line;
|
|
▸ set the property container_bare_metal/location.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --access-token-file, --account,
|
|
--billing-project, --configuration, --flags-file, --flatten, --format,
|
|
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
|
--trace-token, --user-output-enabled, --verbosity.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha container bare-metal admin-clusters \
|
|
query-version-config
|
|
|
|
$ gcloud beta container bare-metal admin-clusters \
|
|
query-version-config
|
|
|