From 4a0bb3391a90b36c13b4e87246f7ed79cf8cd14a Mon Sep 17 00:00:00 2001 From: Jeremy Donahue Date: Mon, 4 Oct 2021 14:01:05 -0700 Subject: [PATCH] Fix typo in service annotations guide (#2262) --- docs/guide/service/annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/service/annotations.md b/docs/guide/service/annotations.md index e59b2496d..2ce967ec9 100644 --- a/docs/guide/service/annotations.md +++ b/docs/guide/service/annotations.md @@ -198,7 +198,7 @@ for proxy protocol v2 configuration. ## Access control -Load balancer access can be controllerd via following annotations: +Load balancer access can be controlled via following annotations: - `service.beta.kubernetes.io/load-balancer-source-ranges` specifies the CIDRs that are allowed to access the NLB.