1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +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

@ -10,7 +10,8 @@ SYNOPSIS
--service-address-cidr-blocks=SERVICE_ADDRESS_CIDR_BLOCKS
--ssh-public-key=SSH_PUBLIC_KEY --vnet-id=VNET_ID
(--client=CLIENT | --azure-application-id=AZURE_APPLICATION_ID
--azure-tenant-id=AZURE_TENANT_ID) [--admin-users=USER,[USER,...]]
--azure-tenant-id=AZURE_TENANT_ID) [--admin-groups=[GROUP,...]]
[--admin-users=USER,[USER,...]]
[--annotations=ANNOTATION,[ANNOTATION,...]] [--async]
[--config-encryption-key-id=CONFIG_ENCRYPTION_KEY_ID]
[--config-encryption-public-key=CONFIG_ENCRYPTION_PUBLIC_KEY]
@ -142,6 +143,9 @@ REQUIRED FLAGS
in this group are specified.
OPTIONAL 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. If not
specified, the value of property core/account is used.

View file

@ -3,7 +3,7 @@ NAME
SYNOPSIS
gcloud container azure clusters update (CLUSTER : --location=LOCATION)
[--admin-users=USER,[USER,...]] [--async]
[--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]
@ -57,6 +57,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.