mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Thu Jun 2 08:41:25 UTC 2022
This commit is contained in:
parent
5b5ff68a0d
commit
82063cbb03
153 changed files with 3508 additions and 223 deletions
|
|
@ -16,9 +16,15 @@ DESCRIPTION
|
|||
alpha container fleet memberships unregister.
|
||||
|
||||
EXAMPLES
|
||||
First retrieve the ID of the membership using the command below. The output
|
||||
of this command lists all the fleet's members, with their unique IDs in the
|
||||
Names column:
|
||||
|
||||
$ gcloud alpha container fleet memberships list
|
||||
|
||||
Delete a membership from Fleet:
|
||||
|
||||
$ gcloud alpha container fleet memberships delete a-membership
|
||||
$ gcloud alpha container fleet memberships delete MEMBERSHIP_NAME
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Membership resource - The cluster membership to delete. The arguments in
|
||||
|
|
|
|||
|
|
@ -9,9 +9,15 @@ DESCRIPTION
|
|||
(ALPHA) Describe a membership in Fleet.
|
||||
|
||||
EXAMPLES
|
||||
Describe a membership in Fleet:
|
||||
First retrieve the ID of the membership using the command below. The output
|
||||
of this command lists all the fleet's members, with their unique IDs in the
|
||||
Names column:
|
||||
|
||||
$ gcloud alpha container fleet memberships describe a-membership
|
||||
$ gcloud alpha container fleet memberships list
|
||||
|
||||
Then describe it:
|
||||
|
||||
$ gcloud alpha container fleet memberships describe MEMBERSHIP_NAME
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Membership resource - The cluster membership to describe. The arguments in
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ EXAMPLES
|
|||
--users=foo@example.com,\
|
||||
test-acct@test-project.iam.gserviceaccount.com \
|
||||
--role=clusterrole/cluster-admin --context=my-cluster-contex \
|
||||
--kubeconfig=/home/user/custom_kubeconfig --apply
|
||||
--kubeconfig=/home/user/custom_kubeconfig --revoke
|
||||
|
||||
FLAGS
|
||||
--anthos-support
|
||||
|
|
|
|||
|
|
@ -11,9 +11,15 @@ DESCRIPTION
|
|||
(ALPHA) Update an existing membership in Fleet.
|
||||
|
||||
EXAMPLES
|
||||
First retrieve the ID of the membership using the command below. The output
|
||||
of this command lists all the fleet's members, with their unique IDs in the
|
||||
Names column:
|
||||
|
||||
$ gcloud alpha container fleet memberships list
|
||||
|
||||
Update a membership for a cluster:
|
||||
|
||||
$ gcloud alpha container fleet memberships update a-membership
|
||||
$ gcloud alpha container fleet memberships update MEMBERSHIP_ID
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Membership resource - membership resource representing a cluster in Fleet.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue