File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -686,7 +686,7 @@ The set of protocols that can be used for LoadBalancer type of Services is still
686
686
687
687
{{< feature-state for_k8s_version="v1.22" state="beta" >}}
688
688
689
- Starting in v1.20, you can optionally disable node port allocation for a Service Type =LoadBalancer by setting
689
+ You can optionally disable node port allocation for a Service of `type =LoadBalancer`, by setting
690
690
the field `spec.allocateLoadBalancerNodePorts` to `false`. This should only be used for load balancer implementations
691
691
that route traffic directly to pods as opposed to using node ports. By default, `spec.allocateLoadBalancerNodePorts`
692
692
is `true` and type LoadBalancer Services will continue to allocate node ports. If `spec.allocateLoadBalancerNodePorts`
You can’t perform that action at this time.
0 commit comments