From 9f2afeda8694f5614b3822d3e50d250054eae94e Mon Sep 17 00:00:00 2001 From: G-Harmon Date: Tue, 23 Jan 2018 08:08:20 -0800 Subject: [PATCH] typo: should be "an EventRateLimit" --- docs/admin/admission-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/admission-controllers.md b/docs/admin/admission-controllers.md index 5833a026f9..bb2e077aff 100644 --- a/docs/admin/admission-controllers.md +++ b/docs/admin/admission-controllers.md @@ -140,7 +140,7 @@ 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 a `EventRateLimit` configuration file from the file provided to the API + * Referencing an `EventRateLimit` configuration file from the file provided to the API server's command line flag `--admission-control-config-file`: ```yaml