Correction to 1.13 and 1.13-json test 2.1.5 (#380)

pull/373/head^2
Efrat Levitan 5 years ago committed by Liz Rice
parent 22b971a633
commit b8a463f051

@ -114,12 +114,15 @@ groups:
text: "Ensure that the --streaming-connection-idle-timeout argument is not set to 0 (Scored)"
audit: "ps -fC $kubeletbin"
tests:
bin_op: or
test_items:
- flag: "--streaming-connection-idle-timeout"
compare:
op: noteq
value: 0
set: true
- flag: "--streaming-connection-idle-timeout"
set: false
remediation: |
If using a Kubelet config file, edit the file to set streamingConnectionIdleTimeout to a
value other than 0.

@ -95,12 +95,15 @@ groups:
text: "Ensure that the --streaming-connection-idle-timeout argument is not set to 0 (Scored)"
audit: "ps -fC $kubeletbin"
tests:
bin_op: or
test_items:
- flag: "--streaming-connection-idle-timeout"
compare:
op: noteq
value: 0
set: true
- flag: "--streaming-connection-idle-timeout"
set: false
remediation: |
If using a Kubelet config file, edit the file to set streamingConnectionIdleTimeout to a
value other than 0.

Loading…
Cancel
Save