1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 18:45:13 +00:00
gcloud-help/gcloud/alpha/container/vmware/clusters/query-version-config

141 lines
5.9 KiB
Text
Raw Normal View History

2023-01-19 00:56:33 +00:00
NAME
2023-02-08 10:13:59 +00:00
gcloud alpha container vmware clusters query-version-config - query
versions for creating or upgrading an Anthos on VMware user cluster
2023-01-19 00:56:33 +00:00
SYNOPSIS
gcloud alpha container vmware clusters query-version-config
2023-02-15 10:13:15 +00:00
[--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 ...]
2023-01-19 00:56:33 +00:00
DESCRIPTION
2023-02-08 10:13:59 +00:00
(ALPHA) Query versions for creating or upgrading an Anthos on VMware user
cluster.
2023-01-19 00:56:33 +00:00
EXAMPLES
2023-02-15 10:13:15 +00:00
To query all available versions in location us-west1, run:
$ gcloud alpha container vmware clusters query-version-config \
--location=us-west1
2023-01-19 00:56:33 +00:00
To query versions for creating a cluster with an admin cluster membership
2023-02-08 10:13:59 +00:00
named my-admin-cluster-membership managed in project
2023-02-15 10:13:15 +00:00
my-admin-cluster-project and location us-west, run:
2023-01-19 00:56:33 +00:00
$ gcloud alpha container vmware clusters query-version-config \
2023-02-15 10:13:15 +00:00
--location=us-west1 \
2023-02-08 10:13:59 +00:00
--admin-cluster-membership=my-admin-cluster-membership \
--admin-cluster-membership-project=my-admin-cluster-project
2023-01-19 00:56:33 +00:00
2023-02-15 10:13:15 +00:00
To query versions for upgrading a user cluster named my-user-cluster in
location us-west1, run:
2023-01-19 00:56:33 +00:00
$ gcloud alpha container vmware clusters query-version-config \
2023-02-15 10:13:15 +00:00
--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
2023-05-04 10:43:54 +00:00
arguments in this group but can be set in other ways.
To set the project attribute:
2023-02-15 10:13:15 +00:00
◆ 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
2023-05-04 10:43:54 +00:00
ID of the location or fully qualified identifier for the location.
To set the location attribute:
2023-02-15 10:13:15 +00:00
▸ provide the argument --location on the command line;
▸ set the property container_vmware/location.
2023-01-19 00:56:33 +00:00
2023-02-08 10:13:59 +00:00
Use cases for querying versions.
2023-01-19 00:56:33 +00:00
2023-02-15 10:13:15 +00:00
At most one of these can be specified:
2023-01-19 00:56:33 +00:00
2023-02-08 10:13:59 +00:00
Upgrade an Anthos on VMware user cluster use case.
2023-01-19 00:56:33 +00:00
2023-02-08 10:13:59 +00:00
Cluster resource - Cluster to query versions for upgrade. This
2023-01-19 00:56:33 +00:00
represents a Cloud resource. (NOTE) Some attributes are not given
2023-05-04 10:43:54 +00:00
arguments in this group but can be set in other ways.
To set the project attribute:
2023-01-19 00:56:33 +00:00
▫ provide the argument --cluster on the command line with a fully
specified name;
▫ provide the argument --project on the command line;
2023-05-04 10:43:54 +00:00
▫ set the property core/project.
To set the location attribute:
2023-01-19 00:56:33 +00:00
▫ provide the argument --cluster on the command line with a fully
specified name;
2023-02-08 10:13:59 +00:00
▫ provide the argument --location on the command line;
2023-01-19 00:56:33 +00:00
▫ set the property container_vmware/location.
--cluster=CLUSTER
ID of the cluster or fully qualified identifier for the cluster.
2023-05-04 10:43:54 +00:00
2023-01-19 00:56:33 +00:00
To set the cluster attribute:
◇ provide the argument --cluster on the command line.
2023-02-08 10:13:59 +00:00
Create an Anthos on VMware user cluster use case.
2023-01-19 00:56:33 +00:00
2023-02-08 10:13:59 +00:00
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.
2023-01-19 00:56:33 +00:00
--admin-cluster-membership=ADMIN_CLUSTER_MEMBERSHIP
ID of the admin_cluster_membership or fully qualified identifier
2023-05-04 10:43:54 +00:00
for the admin_cluster_membership.
To set the admin_cluster_membership attribute:
2023-01-19 00:56:33 +00:00
◇ 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.
--admin-cluster-membership-location=ADMIN_CLUSTER_MEMBERSHIP_LOCATION; default="global"
2023-05-04 10:43:54 +00:00
Google Cloud location for the admin_cluster_membership.
To set the location attribute:
2023-01-19 00:56:33 +00:00
◇ 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.
2023-02-08 10:13:59 +00:00
--admin-cluster-membership-project=ADMIN_CLUSTER_MEMBERSHIP_PROJECT
Project ID of the Google Cloud project for the
2023-05-04 10:43:54 +00:00
admin_cluster_membership.
To set the project attribute:
2023-02-08 10:13:59 +00:00
◇ 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.
2023-01-19 00:56:33 +00:00
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
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
2023-04-12 10:43:12 +00:00
access allowlist. This variant is also available:
$ gcloud beta container vmware clusters query-version-config
2023-01-19 00:56:33 +00:00