Information
Do not limit event creation.
Rationale:
It is important to capture all events and not restrict event creation. Events are an important source of security information and analytics that ensure that your environment is consistently monitored using the event data.
Solution
Edit the `/etc/kubernetes/kubelet` file on each node and set the `KUBELET_ARGS` parameter to `'--event-qps=0'`: `KUBELET_ARGS='--event-qps=0'`
Based on your system, restart the `kubelet` service. For example: `systemctl restart kubelet.service`
Impact:
You might need to scale up your event storage and processing capabilitles.