From 989c4085921be8733ae97963910dedcc1db548cf Mon Sep 17 00:00:00 2001 From: Omar kamoun <35850565+Nezz7@users.noreply.github.com> Date: Mon, 6 Nov 2023 09:55:21 +0100 Subject: [PATCH] Doc: update Spec.LoadBalancerSourceRanges to spec.loadBalancerSourceRanges --- 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 8cc5d0096..f070c0954 100644 --- a/docs/guide/service/annotations.md +++ b/docs/guide/service/annotations.md @@ -412,7 +412,7 @@ 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. !!!tip - we recommend specifying CIDRs in the service `Spec.LoadBalancerSourceRanges` instead + we recommend specifying CIDRs in the service `spec.loadBalancerSourceRanges` instead !!!note "Default" - `0.0.0.0/0` will be used if the IPAddressType is "ipv4"