1
0
Fork 0
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:
Automated 2022-06-02 08:41:25 +00:00
parent 5b5ff68a0d
commit 82063cbb03
Failed to extract signature
153 changed files with 3508 additions and 223 deletions

View file

@ -16,9 +16,15 @@ DESCRIPTION
beta 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 beta container fleet memberships list
Delete a membership from Fleet:
$ gcloud beta container fleet memberships delete a-membership
$ gcloud beta container fleet memberships delete MEMBERSHIP_NAME
POSITIONAL ARGUMENTS
Membership resource - The cluster membership to delete. The arguments in

View file

@ -9,9 +9,15 @@ DESCRIPTION
(BETA) 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 beta container fleet memberships describe a-membership
$ gcloud beta container fleet memberships list
Then describe it:
$ gcloud beta container fleet memberships describe MEMBERSHIP_NAME
POSITIONAL ARGUMENTS
Membership resource - The cluster membership to describe. The arguments in

View file

@ -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

View file

@ -11,9 +11,15 @@ DESCRIPTION
(BETA) 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 beta container fleet memberships list
Update a membership for a cluster:
$ gcloud beta container fleet memberships update a-membership
$ gcloud beta container fleet memberships update MEMBERSHIP_ID
POSITIONAL ARGUMENTS
Membership resource - membership resource representing a cluster in Fleet.