1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed May 24 10:23:00 UTC 2023

This commit is contained in:
Automated 2023-05-24 10:23:00 +00:00
parent a56fab68e5
commit d0919dce4f
151 changed files with 3286 additions and 306 deletions

View file

@ -66,6 +66,16 @@ FLAGS
Users that will be granted the cluster-admin role on the cluster,
providing full access to the cluster.
To add multiple users, specify one in each flag. When updating, the
update command overwrites the whole grant list. Specify all existing
and new users that you want to be cluster administrators.
Examples:
$ gcloud alpha container vmware clusters update
--admin-users alice@example.com
--admin-users bob@example.com
--async
Return immediately, without waiting for the operation in progress to
complete.