-
Bug
-
Resolution: Duplicate
-
Undefined
-
None
-
4.11
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
No
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
kubelet_configure_event_creation fails, Prior 0.1.57, we were checking if eventRecordQPS value >= 0, we changed it to check if the value is matching var_event_record_qps on 0.1.57, this should be fixed since it is not align with the benchmark.
Version-Release number of selected component (if applicable):
0.1.57
How reproducible:
Always
Steps to Reproduce:
1. Run CIS scan 2. Check the result of rule kubelet_configure_event_creation 3.
Actual results:
rule kubelet_configure_event_creation fail
Expected results:
rule kubelet_configure_event_creation PASS
Additional info:
Different OCP versions can have different values, so this result in failures/passing in different OCP versions.