Skip to content

Commit

Permalink
Merge pull request #10950 from yuumasato/update_max_event_creations_p…
Browse files Browse the repository at this point in the history
…er_second

Update kubelet event creation limit to 50
  • Loading branch information
rhmdnd authored Aug 9, 2023
2 parents c593828 + 794fabc commit 57a6d29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
---
default_result: PASS
# This rule fails by default on 4.13, and passes by default on 4.14
default_result: FAIL
result_after_remediation: PASS
4 changes: 3 additions & 1 deletion applications/openshift/kubelet/var_event_record_qps.var
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ operator: equals
interactive: false

options:
default: 5
default: 50
5: 5
50: 50
1 change: 1 addition & 0 deletions products/ocp4/profiles/cis.profile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ selections:
- cis_ocp_1_4_0:all
### Variables
- var_openshift_audit_profile=WriteRequestBodies
- var_event_record_qps=50
### Helper Rules
### This is a helper rule to fetch the required api resource for detecting OCP version
- version_detect_in_ocp
Expand Down

0 comments on commit 57a6d29

Please sign in to comment.