Skip to content

Commit f470d28

Browse files
authored
Doc: update Spec.LoadBalancerSourceRanges to spec.loadBalancerSourceRanges (kubernetes-sigs#3472)
1 parent 0981136 commit f470d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/service/annotations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ Load balancer access can be controlled via following annotations:
412412
- <a name="lb-source-ranges">`service.beta.kubernetes.io/load-balancer-source-ranges`</a> specifies the CIDRs that are allowed to access the NLB.
413413

414414
!!!tip
415-
we recommend specifying CIDRs in the service `Spec.LoadBalancerSourceRanges` instead
415+
we recommend specifying CIDRs in the service `spec.loadBalancerSourceRanges` instead
416416

417417
!!!note "Default"
418418
- `0.0.0.0/0` will be used if the IPAddressType is "ipv4"

0 commit comments

Comments
 (0)