mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +00:00
gcloud: Wed Nov 15 11:42:54 UTC 2023
This commit is contained in:
parent
03f0979970
commit
d3074f94bb
224 changed files with 6432 additions and 626 deletions
|
|
@ -4,6 +4,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud container fleet update [--async] [--display-name=DISPLAY_NAME]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--security-posture=SECURITY_POSTURE
|
||||
--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -38,6 +40,26 @@ FLAGS
|
|||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
Default cluster configurations to apply across the fleet.
|
||||
|
||||
Security posture config.
|
||||
|
||||
--security-posture=SECURITY_POSTURE
|
||||
To apply standard security posture to clusters in the fleet,
|
||||
|
||||
$ gcloud container fleet update --security-posture=standard
|
||||
|
||||
SECURITY_POSTURE must be one of: disabled, standard.
|
||||
|
||||
--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING
|
||||
To apply standard vulnerability scanning to clusters in the fleet,
|
||||
|
||||
$ gcloud container fleet update \
|
||||
--workload-vulnerability-scanning=standard
|
||||
|
||||
WORKLOAD_VULNERABILITY_SCANNING must be one of: disabled, standard,
|
||||
enterprise.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-labels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue