mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed May 17 10:38:17 UTC 2023
This commit is contained in:
parent
14441c7ea7
commit
a56fab68e5
151 changed files with 1878 additions and 2972 deletions
|
|
@ -96,9 +96,21 @@ REQUIRED FLAGS
|
|||
Anthos cluster on bare metal version for the user cluster resource.
|
||||
|
||||
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.
|
||||
Membership name is the same as the admin cluster name.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud beta container bare-metal clusters create
|
||||
--admin-cluster-membership=projects/example-project-12345/locations/us-west1/memberships/example-admin-cluster-name
|
||||
|
||||
or
|
||||
|
||||
$ gcloud beta container bare-metal clusters create
|
||||
--admin-cluster-membership-project=example-project-12345
|
||||
--admin-cluster-membership-location=us-west1
|
||||
--admin-cluster-membership=example-admin-cluster-name
|
||||
|
||||
The arguments in this group can be used to specify the attributes of this resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
|
|
|
|||
|
|
@ -56,9 +56,21 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
REQUIRED FLAGS
|
||||
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.
|
||||
Membership name is the same as the admin cluster name.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud beta container bare-metal clusters enroll
|
||||
--admin-cluster-membership=projects/example-project-12345/locations/us-west1/memberships/example-admin-cluster-name
|
||||
|
||||
or
|
||||
|
||||
$ gcloud beta container bare-metal clusters enroll
|
||||
--admin-cluster-membership-project=example-project-12345
|
||||
--admin-cluster-membership-location=us-west1
|
||||
--admin-cluster-membership=example-admin-cluster-name
|
||||
|
||||
The arguments in this group can be used to specify the attributes of this resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
|
|
|
|||
|
|
@ -85,10 +85,23 @@ FLAGS
|
|||
|
||||
Create an Anthos on bare metal 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 resource - membership of the admin cluster to
|
||||
query versions for create. Membership name is the same as the admin
|
||||
cluster name.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud beta container bare-metal clusters query-version-config
|
||||
--admin-cluster-membership=projects/example-project-12345/locations/us-west1/memberships/example-admin-cluster-name
|
||||
|
||||
or
|
||||
|
||||
$ gcloud beta container bare-metal clusters query-version-config
|
||||
--admin-cluster-membership-project=example-project-12345
|
||||
--admin-cluster-membership-location=us-west1
|
||||
--admin-cluster-membership=example-admin-cluster-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
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta container vmware clusters create
|
||||
(CLUSTER : --location=LOCATION)
|
||||
(CLUSTER : --location=LOCATION) --version=VERSION
|
||||
(--admin-cluster-membership=ADMIN_CLUSTER_MEMBERSHIP
|
||||
: --admin-cluster-membership-location=ADMIN_CLUSTER_MEMBERSHIP_LOCATION --admin-cluster-membership-project=ADMIN_CLUSTER_MEMBERSHIP_PROJECT)
|
||||
((--control-plane-vip=CONTROL_PLANE_VIP --ingress-vip=INGRESS_VIP)
|
||||
|
|
@ -30,7 +30,6 @@ SYNOPSIS
|
|||
[--annotations=[KEY=VALUE,...]] [--async] [--description=DESCRIPTION]
|
||||
[--disable-aag-config] [--disable-vsphere-csi] [--enable-auto-repair]
|
||||
[--enable-control-plane-v2] [--enable-vm-tracking] [--validate-only]
|
||||
[--version=VERSION]
|
||||
[--cpus=CPUS --enable-auto-resize --memory=MEMORY --replicas=REPLICAS]
|
||||
[--enable-advanced-networking --enable-dataplane-v2]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -76,10 +75,25 @@ POSITIONAL ARGUMENTS
|
|||
▸ set the property container_vmware/location.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--version=VERSION
|
||||
Anthos Cluster on VMware version for the user cluster resource
|
||||
|
||||
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.
|
||||
Membership name is the same as the admin cluster name.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud beta container vmware clusters create
|
||||
--admin-cluster-membership=projects/example-project-12345/locations/us-west1/memberships/example-admin-cluster-name
|
||||
|
||||
or
|
||||
|
||||
$ gcloud beta container vmware clusters create
|
||||
--admin-cluster-membership-project=example-project-12345
|
||||
--admin-cluster-membership-location=us-west1
|
||||
--admin-cluster-membership=example-admin-cluster-name
|
||||
|
||||
The arguments in this group can be used to specify the attributes of this resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
|
|
@ -301,9 +315,6 @@ OPTIONAL FLAGS
|
|||
If set, only validate the request, but do not actually perform the
|
||||
operation.
|
||||
|
||||
--version=VERSION
|
||||
Anthos Cluster on VMware version for the user cluster resource
|
||||
|
||||
Control plane node configurations
|
||||
|
||||
--cpus=CPUS
|
||||
|
|
|
|||
|
|
@ -57,9 +57,21 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
REQUIRED FLAGS
|
||||
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.
|
||||
Membership name is the same as the admin cluster name.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud beta container vmware clusters enroll
|
||||
--admin-cluster-membership=projects/example-project-12345/locations/us-west1/memberships/example-admin-cluster-name
|
||||
|
||||
or
|
||||
|
||||
$ gcloud beta container vmware clusters enroll
|
||||
--admin-cluster-membership-project=example-project-12345
|
||||
--admin-cluster-membership-location=us-west1
|
||||
--admin-cluster-membership=example-admin-cluster-name
|
||||
|
||||
The arguments in this group can be used to specify the attributes of this resource.
|
||||
|
||||
This must be specified.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue