mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Sep 11 09:52:17 UTC 2024
This commit is contained in:
parent
78a4d78e9e
commit
a3842bba95
197 changed files with 6656 additions and 691 deletions
|
|
@ -9,7 +9,8 @@ SYNOPSIS
|
|||
[--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE]
|
||||
[--clear-description] [--description=DESCRIPTION]
|
||||
[--logging=COMPONENT,[COMPONENT,...]]
|
||||
[--platform-version=PLATFORM_VERSION] [--validate-only]
|
||||
[--platform-version=PLATFORM_VERSION]
|
||||
[--security-posture=SECURITY_POSTURE] [--validate-only]
|
||||
[--admin-groups=[GROUP,...] | --clear-admin-groups]
|
||||
[--admin-users=[USER,...] | --clear-admin-users]
|
||||
[--disable-managed-prometheus | --enable-managed-prometheus]
|
||||
|
|
@ -98,6 +99,18 @@ FLAGS
|
|||
|
||||
Replace LOCATION with the target Google Cloud location for the cluster.
|
||||
|
||||
--security-posture=SECURITY_POSTURE
|
||||
Sets the mode of the Kubernetes security posture API's off-cluster
|
||||
features.
|
||||
|
||||
To enable advanced mode explicitly set the flag to
|
||||
--security-posture=enterprise.
|
||||
|
||||
To disable in an existing cluster, explicitly set the flag to
|
||||
--security-posture=disabled.
|
||||
|
||||
SECURITY_POSTURE must be one of: disabled, enterprise.
|
||||
|
||||
--validate-only
|
||||
Validate the update of the cluster, but don't actually perform it.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue