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 @@ -690,7 +690,7 @@ You can optionally disable node port allocation for a Service of `type=LoadBalan
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`
693
- is set to `false` on an existing Service with allocated node ports, those node ports will NOT be de-allocated automatically.
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
695
Your cluster must have the `ServiceLBNodePortControl`
696
696
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
You can’t perform that action at this time.
0 commit comments