File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
content/en/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -692,8 +692,12 @@ that route traffic directly to pods as opposed to using node ports. By default,
692
692
is `true` and type LoadBalancer Services will continue to allocate node ports. If `spec.allocateLoadBalancerNodePorts`
693
693
is set to `false` on an existing Service with allocated node ports, those node ports will NOT be de-allocated automatically.
694
694
You must explicitly remove the `nodePorts` entry in every Service port to de-allocate those node ports.
695
- You must enable the `ServiceLBNodePortControl` feature gate to use this field in v1.20 and v1.21,
696
- and the feature gate is enabled by default from v1.22 onwards.
695
+ Your cluster must have the `ServiceLBNodePortControl`
696
+ [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
697
+ enabled to use this field.
698
+ For Kubernetes v{{< skew currentVersion >}}, this feature gate is enabled by default,
699
+ and you can use the `spec.allocateLoadBalancerNodePorts` field. For clusters running
700
+ other versions of Kubernetes, check the documentation for that release.
697
701
698
702
# ### Specifying class of load balancer implementation {#load-balancer-class}
699
703
You can’t perform that action at this time.
0 commit comments