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

@ -3,7 +3,8 @@ NAME
SYNOPSIS
gcloud 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]
@ -67,6 +68,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.
@ -74,6 +78,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.