gravitational / planet

Installable Kubernetes delivered in containers
Apache License 2.0
51 stars 18 forks source link

Enable EventRateLimit admission control #801

Closed bernardjkim closed 3 years ago

bernardjkim commented 3 years ago

Description

This PR enables the EventRateLimit admission controller.

Admission control configuration is defined in /etc/kubernetes/admission-control/control-config.yaml. Additional admission controllers should be plugged in here.

EventRateLimit admission controller is configured in /etc/kubernetes/admission-control/event-config.yaml. The current default is fairly generous and creates limits on the server as a whole and per namespace. Additional limits can be added per user and per source&object. More information can be found in the linked Kubernetes documentation.

Linked tickets and PRs