Fix incorrect guidance on enabling EventRateLimit

pull/23764/head
Paulo Gomes 2020-09-09 09:48:47 +01:00 committed by Paulo Gomes
parent 2186d4c0a0
commit 87d36ecfe1
1 changed files with 0 additions and 2 deletions

View File

@ -202,8 +202,6 @@ is recommended instead.
This admission controller mitigates the problem where the API server gets flooded by
event requests. The cluster admin can specify event rate limits by:
* Ensuring that `eventratelimit.admission.k8s.io/v1alpha1=true` is included in the
`--runtime-config` flag for the API server;
* Enabling the `EventRateLimit` admission controller;
* Referencing an `EventRateLimit` configuration file from the file provided to the API
server's command line flag `--admission-control-config-file`: