mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +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
|
|
@ -32,7 +32,8 @@ COMMANDS
|
|||
(ALPHA) List Anthos clusters on VMware.
|
||||
|
||||
query-version-config
|
||||
(ALPHA) Query Anthos on VMware version configuration.
|
||||
(ALPHA) Query versions for creating or upgrading an Anthos on VMware
|
||||
user cluster.
|
||||
|
||||
update
|
||||
(ALPHA) Update an Anthos cluster on VMware.
|
||||
|
|
|
|||
|
|
@ -1,23 +1,26 @@
|
|||
NAME
|
||||
gcloud alpha container vmware clusters query-version-config - query Anthos
|
||||
on VMware version configuration
|
||||
gcloud alpha container vmware clusters query-version-config - query
|
||||
versions for creating or upgrading an Anthos on VMware user cluster
|
||||
|
||||
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"])
|
||||
: --admin-cluster-membership-location=ADMIN_CLUSTER_MEMBERSHIP_LOCATION; default="global" --admin-cluster-membership-project=ADMIN_CLUSTER_MEMBERSHIP_PROJECT])
|
||||
[--location=LOCATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Query Anthos on VMware version configuration.
|
||||
(ALPHA) Query versions for creating or upgrading an Anthos on VMware user
|
||||
cluster.
|
||||
|
||||
EXAMPLES
|
||||
To query versions for creating a cluster with an admin cluster membership
|
||||
named my-admin-cluster-membership, run:
|
||||
named my-admin-cluster-membership managed in project
|
||||
my-admin-cluster-project run:
|
||||
|
||||
$ gcloud alpha container vmware clusters query-version-config \
|
||||
--admin-cluster-membership=my-admin-cluster-membership
|
||||
--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, run:
|
||||
|
||||
|
|
@ -25,13 +28,13 @@ EXAMPLES
|
|||
--cluster=my-user-cluster
|
||||
|
||||
REQUIRED FLAGS
|
||||
Version configuration type
|
||||
Use cases for querying versions.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
Upgrade configuration
|
||||
Upgrade an Anthos on VMware user cluster use case.
|
||||
|
||||
Cluster resource - cluster to query version configuration This
|
||||
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:
|
||||
|
|
@ -41,6 +44,7 @@ REQUIRED FLAGS
|
|||
▫ 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
|
||||
|
|
@ -48,17 +52,12 @@ REQUIRED FLAGS
|
|||
To set the cluster attribute:
|
||||
◇ provide the argument --cluster on the command line.
|
||||
|
||||
Create configuration
|
||||
Create an Anthos on VMware user cluster use case.
|
||||
|
||||
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 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
|
||||
|
|
@ -78,6 +77,16 @@ REQUIRED FLAGS
|
|||
◇ provide the argument --admin-cluster-membership-location on
|
||||
the command line.
|
||||
|
||||
--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.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
Location resource - Google Cloud location to query version configuration.
|
||||
This represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue