mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Sep 18 09:49:45 UTC 2024
This commit is contained in:
parent
a3842bba95
commit
8ebed5b0f1
182 changed files with 2067 additions and 1436 deletions
|
|
@ -7,8 +7,8 @@ SYNOPSIS
|
|||
[--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE]
|
||||
[--clear-description] [--description=DESCRIPTION]
|
||||
[--logging=COMPONENT,[COMPONENT,...]]
|
||||
[--platform-version=PLATFORM_VERSION]
|
||||
[--security-posture=SECURITY_POSTURE] [--validate-only]
|
||||
[--platform-version=PLATFORM_VERSION] [--validate-only]
|
||||
[--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING]
|
||||
[--admin-groups=[GROUP,...] | --clear-admin-groups]
|
||||
[--admin-users=[USER,...] | --clear-admin-users]
|
||||
[--disable-managed-prometheus | --enable-managed-prometheus]
|
||||
|
|
@ -96,21 +96,20 @@ 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.
|
||||
|
||||
--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING
|
||||
Sets the mode of the Kubernetes security posture API's workload
|
||||
vulnerability scanning. To enable Advanced vulnerability insights mode
|
||||
explicitly set the flag to
|
||||
--workload-vulnerability-scanning=enterprise.
|
||||
|
||||
To disable in an existing cluster, explicitly set the flag to
|
||||
--workload-vulnerability-scanning=disabled.
|
||||
|
||||
WORKLOAD_VULNERABILITY_SCANNING must be one of: disabled, enterprise.
|
||||
|
||||
Admin groups
|
||||
|
||||
At most one of these can be specified:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue