1
0
Fork 0
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:
Automated 2024-09-18 09:49:45 +00:00
parent a3842bba95
commit 8ebed5b0f1
182 changed files with 2067 additions and 1436 deletions

View file

@ -11,8 +11,8 @@ SYNOPSIS
[--annotations=ANNOTATION,[ANNOTATION,...]]
[--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE]
[--description=DESCRIPTION] [--enable-managed-prometheus]
[--logging=COMPONENT,[COMPONENT,...]]
[--security-posture=SECURITY_POSTURE] [--validate-only]
[--logging=COMPONENT,[COMPONENT,...]] [--validate-only]
[--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING]
[--proxy-secret-name=PROXY_SECRET_NAME
--proxy-secret-namespace=PROXY_SECRET_NAMESPACE]
[GCLOUD_WIDE_FLAG ...]
@ -177,21 +177,20 @@ OPTIONAL FLAGS
COMPONENT must be one of: NONE, SYSTEM, WORKLOAD.
--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 cluster to create, 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.
Proxy config
--proxy-secret-name=PROXY_SECRET_NAME

View file

@ -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: