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

@ -12,8 +12,9 @@ SYNOPSIS
--pod-address-cidr-blocks=POD_ADDRESS_CIDR_BLOCKS --role-arn=ROLE_ARN
--service-address-cidr-blocks=SERVICE_ADDRESS_CIDR_BLOCKS
--subnet-ids=[SUBNET_ID,...] --vpc-id=VPC_ID
[--admin-users=USER,[USER,...]]
[--admin-groups=[GROUP,...]] [--admin-users=USER,[USER,...]]
[--annotations=ANNOTATION,[ANNOTATION,...]] [--async]
[--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE]
[--description=DESCRIPTION] [--disable-per-node-pool-sg-rules]
[--enable-managed-prometheus] [--instance-placement=INSTANCE_PLACEMENT]
[--instance-type=INSTANCE_TYPE] [--logging=COMPONENT,[COMPONENT,...]]
@ -121,6 +122,9 @@ REQUIRED FLAGS
VPC associated with the cluster.
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.
@ -132,6 +136,11 @@ OPTIONAL FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
Set Binary Authorization evaluation mode for this cluster.
BINAUTHZ_EVALUATION_MODE must be one of: DISABLED,
PROJECT_SINGLETON_POLICY_ENFORCE.
--description=DESCRIPTION
Description for the cluster.

View file

@ -4,7 +4,8 @@ NAME
SYNOPSIS
gcloud alpha container aws clusters update (CLUSTER : --location=LOCATION)
[--admin-users=USER,[USER,...]] [--async]
[--admin-groups=[GROUP,...]] [--admin-users=USER,[USER,...]] [--async]
[--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE]
[--cluster-version=CLUSTER_VERSION]
[--config-encryption-kms-key-arn=CONFIG_ENCRYPTION_KMS_KEY_ARN]
[--iam-instance-profile=IAM_INSTANCE_PROFILE]
@ -68,6 +69,9 @@ POSITIONAL ARGUMENTS
▸ set the property container_aws/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.
@ -75,6 +79,11 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
Set Binary Authorization evaluation mode for this cluster.
BINAUTHZ_EVALUATION_MODE must be one of: DISABLED,
PROJECT_SINGLETON_POLICY_ENFORCE.
--cluster-version=CLUSTER_VERSION
Kubernetes version to use for the cluster.