diff --git a/cfg/node.yaml b/cfg/node.yaml index dfff376d5fa06ee48f779e605cc2fad3b2ee24e3..a146baa6fc9abc4bcec4e65d09c5bab0e3e56fed 100644 --- a/cfg/node.yaml +++ b/cfg/node.yaml @@ -79,10 +79,11 @@ groups: text: "Ensure that the --streaming-connection-idle-timeout argument is not set to 0 (Scored)" audit: "ps -ef | grep $kubeletbin | grep -v grep" tests: + bin_op: or test_items: - flag: "--streaming-connection-idle-timeout" compare: - op: gt + op: noteq value: 0 set: true remediation: "Edit the $kubeletconf file on each node and set the KUBELET_ARGS