diff --git a/cfg/1.11/node.yaml b/cfg/1.11/node.yaml index 01faf1e..0110cfc 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 afc1657..928e76e 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.