- NAME
-
- gcloud container vmware clusters query-version-config - query versions for creating or upgrading an Anthos on VMware user cluster
- SYNOPSIS
-
-
gcloud container vmware clusters query-version-config
[--location
=LOCATION
] [--cluster
=CLUSTER
| [--admin-cluster-membership
=ADMIN_CLUSTER_MEMBERSHIP
:--admin-cluster-membership-location
=ADMIN_CLUSTER_MEMBERSHIP_LOCATION
; default="global"--admin-cluster-membership-project
=ADMIN_CLUSTER_MEMBERSHIP_PROJECT
]] [GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
- Query versions for creating or upgrading an Anthos on VMware user cluster.
- EXAMPLES
-
To query all available versions in location
us-west1
, run:gcloud container vmware clusters query-version-config --location=us-west1
To query versions for creating a cluster with an admin cluster membership named
my-admin-cluster-membership
managed in projectmy-admin-cluster-project
and locationus-west
, run:gcloud container vmware clusters query-version-config --location=us-west1 --admin-cluster-membership=my-admin-cluster-membership --admin-cluster-membership-project=my-admin-cluster-project
To query versions for upgrading a user cluster named
my-user-cluster
in locationus-west1
, run:gcloud container vmware clusters query-version-config --location=us-west1 --cluster=my-user-cluster
- FLAGS
-
-
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_vmware/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_vmware/location
.
-
provide the argument
-
provide the argument
-
Use cases for querying versions.
At most one of these can be specified:
-
Upgrade an Anthos on VMware user cluster use case.
-
Cluster resource - 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
--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
--cluster
on the command line with a fully specified name; -
provide the argument
--location
on the command line; -
set the property
container_vmware/location
.
--cluster
=CLUSTER
-
ID of the cluster or fully qualified identifier for the cluster.
To set the
cluster
attribute:-
provide the argument
--cluster
on the command line.
-
provide the argument
-
provide the argument
-
Cluster resource - 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.
-
Create an Anthos on VMware user cluster use case.
-
Admin cluster membership resource - Membership of the admin cluster to query
versions for create. Membership can be the membership ID or the full resource
name. The arguments in this group can be used to specify the attributes of this
resource.
--admin-cluster-membership
=ADMIN_CLUSTER_MEMBERSHIP
-
ID of the admin_cluster_membership or fully qualified identifier for the
admin_cluster_membership.
To set the
admin_cluster_membership
attribute:-
provide the argument
--admin-cluster-membership
on the command line.
This flag argument must be specified if any of the other arguments in this group are specified.
-
provide the argument
--admin-cluster-membership-location
=ADMIN_CLUSTER_MEMBERSHIP_LOCATION
; default="global"-
Google Cloud location for the admin_cluster_membership.
To set the
location
attribute:-
provide the argument
--admin-cluster-membership
on the command line with a fully specified name; -
provide the argument
--admin-cluster-membership-location
on the command line.
-
provide the argument
--admin-cluster-membership-project
=ADMIN_CLUSTER_MEMBERSHIP_PROJECT
-
Project ID of the Google Cloud project for the admin_cluster_membership.
To set the
project
attribute:-
provide the argument
--admin-cluster-membership
on the command line with a fully specified name; -
provide the argument
--admin-cluster-membership-project
on the command line; -
provide the argument
--project
on the command line; -
set the property
core/project
.
-
provide the argument
-
Admin cluster membership resource - Membership of the admin cluster to query
versions for create. Membership can be the membership ID or the full resource
name. The arguments in this group can be used to specify the attributes of this
resource.
-
Upgrade an Anthos on VMware user cluster use case.
-
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.
- 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 vmware clusters query-version-config
gcloud beta container vmware clusters query-version-config
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-06 UTC.