mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue