mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +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:
|
||||
|
||||
|
|
|
|||
|
|
@ -368,13 +368,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.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@ SYNOPSIS
|
|||
| --enable-service-externalips | --enable-shielded-nodes
|
||||
| --enable-stackdriver-kubernetes | --enable-vertical-pod-autoscaling
|
||||
| --fleet-project=PROJECT_ID_OR_NUMBER | --gateway-api=GATEWAY_API
|
||||
| --generate-password | --logging-variant=LOGGING_VARIANT
|
||||
| --maintenance-window=START_TIME
|
||||
| --generate-password | --in-transit-encryption=IN_TRANSIT_ENCRYPTION
|
||||
| --logging-variant=LOGGING_VARIANT | --maintenance-window=START_TIME
|
||||
| --network-performance-configs=[PROPERTY1=VALUE1,...]
|
||||
| --node-locations=ZONE,[ZONE,...]
|
||||
| --notification-config=[pubsub=ENABLED|DISABLED,
|
||||
|
|
@ -375,6 +375,11 @@ REQUIRED FLAGS
|
|||
Ask the server to generate a secure password and use that as the
|
||||
basic auth password, keeping the existing username.
|
||||
|
||||
--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.
|
||||
|
||||
--logging-variant=LOGGING_VARIANT
|
||||
Specifies the logging variant that will be deployed on all the nodes
|
||||
in the cluster. Valid logging variants are MAX_THROUGHPUT, DEFAULT.
|
||||
|
|
@ -641,13 +646,17 @@ REQUIRED 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.
|
||||
|
||||
--additional-pod-ipv4-ranges=NAME,[NAME,...]
|
||||
Additional IP address ranges(by name) for pods that need to be added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue