diff --git a/cfg/1.11/node.yaml b/cfg/1.11/node.yaml index 01faf1ea9634228625c4f41fa815ba590a8e2fd5..0110cfc3b3e3059b92c361d2da935cca46e3335a 100644 --- a/cfg/1.11/node.yaml +++ b/cfg/1.11/node.yaml @@ -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. diff --git a/cfg/1.13/node.yaml b/cfg/1.13/node.yaml index afc165748361f18ae7d46d025f868dc5bc166cf9..928e76e0e08bd1f4dd8b39d6b15857b4d0204c74 100644 --- a/cfg/1.13/node.yaml +++ b/cfg/1.13/node.yaml @@ -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.