Skip to content

Commit 34bd8a9

Browse files
authored
Merge pull request #23764 from pjbgf/fix-eventratelimit
Fix incorrect guidance on enabling EventRateLimit
2 parents 2186d4c + 87d36ec commit 34bd8a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/en/docs/reference/access-authn-authz/admission-controllers.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@ is recommended instead.
202202
This admission controller mitigates the problem where the API server gets flooded by
203203
event requests. The cluster admin can specify event rate limits by:
204204

205-
* Ensuring that `eventratelimit.admission.k8s.io/v1alpha1=true` is included in the
206-
`--runtime-config` flag for the API server;
207205
* Enabling the `EventRateLimit` admission controller;
208206
* Referencing an `EventRateLimit` configuration file from the file provided to the API
209207
server's command line flag `--admission-control-config-file`:

0 commit comments

Comments
 (0)