Skip to content

Commit

Permalink
fix invalid doc about eventratelimit (kubernetes#8194)
Browse files Browse the repository at this point in the history
add this to --runimte-config will cause such error:
```
error: unknown api groups eventratelimit.admission.k8s.io
```
I have test that this feature works fine without any confiuration
to --runtime-config.
  • Loading branch information
CaoShuFeng authored and k8s-ci-robot committed Apr 26, 2018
1 parent e80521b commit 5b2232d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/admin/admission-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ enabling this admission controller.
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`:
Expand Down

0 comments on commit 5b2232d

Please sign in to comment.