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:
parent
f9edf67fe5
commit
6c8d2eb024
307 changed files with 4053 additions and 1615 deletions
|
|
@ -11,7 +11,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]
|
||||
|
|
@ -143,6 +144,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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue