mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Dec 20 10:06:06 UTC 2023
This commit is contained in:
parent
a990278fb3
commit
94c3362cff
127 changed files with 1438 additions and 194 deletions
|
|
@ -36,9 +36,11 @@ SYNOPSIS
|
|||
[--enable-service-externalips] [--enable-shielded-nodes]
|
||||
[--enable-stackdriver-kubernetes] [--enable-vertical-pod-autoscaling]
|
||||
[--fleet-project=PROJECT_ID_OR_NUMBER] [--gateway-api=GATEWAY_API]
|
||||
[--image-type=IMAGE_TYPE] [--ipv6-access-type=IPV6_ACCESS_TYPE]
|
||||
[--issue-client-certificate] [--labels=[KEY=VALUE,...]]
|
||||
[--logging=[COMPONENT,...]] [--logging-variant=LOGGING_VARIANT]
|
||||
[--image-type=IMAGE_TYPE]
|
||||
[--in-transit-encryption=IN_TRANSIT_ENCRYPTION]
|
||||
[--ipv6-access-type=IPV6_ACCESS_TYPE] [--issue-client-certificate]
|
||||
[--labels=[KEY=VALUE,...]] [--logging=[COMPONENT,...]]
|
||||
[--logging-variant=LOGGING_VARIANT]
|
||||
[--machine-type=MACHINE_TYPE, -m MACHINE_TYPE]
|
||||
[--max-nodes-per-pool=MAX_NODES_PER_POOL]
|
||||
[--max-pods-per-node=MAX_PODS_PER_NODE]
|
||||
|
|
@ -602,6 +604,11 @@ FLAGS
|
|||
|
||||
$ gcloud container get-server-config
|
||||
|
||||
--in-transit-encryption=IN_TRANSIT_ENCRYPTION
|
||||
Enable Dataplane V2 in-transit encryption. Dataplane v2 in-transit
|
||||
encryption is disabled by default. IN_TRANSIT_ENCRYPTION must be one
|
||||
of: inter-node-transparent, none.
|
||||
|
||||
--ipv6-access-type=IPV6_ACCESS_TYPE
|
||||
IPv6 access type of the subnetwork. Defaults to 'external'.
|
||||
IPV6_ACCESS_TYPE must be one of: external, internal.
|
||||
|
|
@ -1185,13 +1192,17 @@ FLAGS
|
|||
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 enable in standard mode explicitly set the flag to
|
||||
--workload-vulnerability-scanning=standard.
|
||||
|
||||
To disable in an existing cluster, explicitly set the flag to
|
||||
--workload-vulnerability-scanning=disabled.
|
||||
|
||||
WORKLOAD_VULNERABILITY_SCANNING must be one of: disabled, standard.
|
||||
WORKLOAD_VULNERABILITY_SCANNING must be one of: disabled, standard,
|
||||
enterprise.
|
||||
|
||||
Flags for Binary Authorization:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue