Skip to content

Commit b54cee1

Browse files
TBBleTim Bannister
andcommitted
Apply better wording to remain current in future versions
Co-authored-by: Tim Bannister <[email protected]> Signed-off-by: Paul "TBBle" Hampson <[email protected]>
1 parent f0da3cf commit b54cee1

File tree

1 file changed

+6
-2
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+6
-2
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,12 @@ that route traffic directly to pods as opposed to using node ports. By default,
692692
is `true` and type LoadBalancer Services will continue to allocate node ports. If `spec.allocateLoadBalancerNodePorts`
693693
is set to `false` on an existing Service with allocated node ports, those node ports will NOT be de-allocated automatically.
694694
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.
697701

698702
#### Specifying class of load balancer implementation {#load-balancer-class}
699703

0 commit comments

Comments
 (0)