mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 12 10:43:12 UTC 2023
This commit is contained in:
parent
32e56b8b99
commit
b155beb241
220 changed files with 7834 additions and 1142 deletions
|
|
@ -12,6 +12,17 @@ SYNOPSIS
|
|||
DESCRIPTION
|
||||
(ALPHA) Enroll an Anthos on VMware admin cluster.
|
||||
|
||||
EXAMPLES
|
||||
To enroll a cluster named my-cluster managed in location us-west1 with
|
||||
admin cluster membership of
|
||||
projects/my-project/locations/us-west1/memberships/my-admin-cluster-membership,
|
||||
run:
|
||||
|
||||
$ gcloud alpha container vmware admin-clusters enroll my-cluster \
|
||||
--location=us-west1 \
|
||||
--admin-cluster-membership=projects/my-project/locations/\
|
||||
us-west1/memberships/my-admin-cluster-membership
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Admin cluster resource - admin cluster to enroll The arguments in this
|
||||
group can be used to specify the attributes of this resource. (NOTE) Some
|
||||
|
|
@ -88,5 +99,7 @@ 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.
|
||||
access allowlist. This variant is also available:
|
||||
|
||||
$ gcloud beta container vmware admin-clusters enroll
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue