mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +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
|
|
@ -3,7 +3,10 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud container fleet create [--async] [--display-name=DISPLAY_NAME]
|
||||
[--labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--labels=[KEY=VALUE,...]]
|
||||
[--security-posture=SECURITY_POSTURE
|
||||
--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
This command can fail for the following reasons:
|
||||
|
|
@ -36,6 +39,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 create --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 create \
|
||||
--workload-vulnerability-scanning=standard
|
||||
|
||||
WORKLOAD_VULNERABILITY_SCANNING must be one of: disabled, standard,
|
||||
enterprise.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue