1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Thu Sep 7 10:42:28 UTC 2023

This commit is contained in:
Automated 2023-09-07 10:42:28 +00:00
parent f9edf67fe5
commit 6c8d2eb024
307 changed files with 4053 additions and 1615 deletions

View file

@ -4,8 +4,9 @@ NAME
SYNOPSIS
gcloud alpha container azure clusters update
(CLUSTER : --location=LOCATION) [--admin-users=USER,[USER,...]]
[--async] [--cluster-version=CLUSTER_VERSION]
(CLUSTER : --location=LOCATION) [--admin-groups=[GROUP,...]]
[--admin-users=USER,[USER,...]] [--async]
[--cluster-version=CLUSTER_VERSION]
[--logging=COMPONENT,[COMPONENT,...]] [--ssh-public-key=SSH_PUBLIC_KEY]
[--validate-only] [--vm-size=VM_SIZE]
[--annotations=ANNOTATION,[ANNOTATION,...] | --clear-annotations]
@ -58,6 +59,9 @@ POSITIONAL ARGUMENTS
▸ set the property container_azure/location.
FLAGS
--admin-groups=[GROUP,...]
Groups of users that can perform operations as a cluster administrator.
--admin-users=USER,[USER,...]
Users that can perform operations as a cluster administrator.