mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 19:31:55 +00:00
112 lines
4.9 KiB
Text
112 lines
4.9 KiB
Text
NAME
|
|
gcloud alpha container vmware clusters query-version-config - query Anthos
|
|
on VMware version configuration
|
|
|
|
SYNOPSIS
|
|
gcloud alpha container vmware clusters query-version-config
|
|
(--cluster=CLUSTER
|
|
: [--admin-cluster-membership=ADMIN_CLUSTER_MEMBERSHIP
|
|
: --admin-cluster-membership-location=ADMIN_CLUSTER_MEMBERSHIP_LOCATION; default="global"])
|
|
[--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Query Anthos on VMware version configuration.
|
|
|
|
EXAMPLES
|
|
To query versions for creating a cluster with an admin cluster membership
|
|
named my-admin-cluster-membership, run:
|
|
|
|
$ gcloud alpha container vmware clusters query-version-config \
|
|
--admin-cluster-membership=my-admin-cluster-membership
|
|
|
|
To query versions for upgrading a user cluster named my-user-cluster, run:
|
|
|
|
$ gcloud alpha container vmware clusters query-version-config \
|
|
--cluster=my-user-cluster
|
|
|
|
REQUIRED FLAGS
|
|
Version configuration type
|
|
|
|
Exactly one of these must be specified:
|
|
|
|
Upgrade configuration
|
|
|
|
Cluster resource - cluster to query version configuration 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;
|
|
▫ 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.
|
|
|
|
Create configuration
|
|
|
|
Admin cluster membership resource - membership of the admin cluster.
|
|
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. (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-membership on the command
|
|
line with a fully specified name;
|
|
▫ provide the argument --project on the command line;
|
|
▫ set the property core/project.
|
|
|
|
--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.
|
|
|
|
--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.
|
|
|
|
OPTIONAL FLAGS
|
|
Location resource - Google Cloud location to query version configuration.
|
|
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.
|
|
|
|
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
|
|
access allowlist.
|
|
|