Skip to content

Commit 2103a16

Browse files
TBBleTim Bannister
andcommitted
Fix style nit-pick
Co-authored-by: Tim Bannister <[email protected]> Signed-off-by: Paul "TBBle" Hampson <[email protected]>
1 parent be07879 commit 2103a16

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ You can optionally disable node port allocation for a Service of `type=LoadBalan
690690
the field `spec.allocateLoadBalancerNodePorts` to `false`. This should only be used for load balancer implementations
691691
that route traffic directly to pods as opposed to using node ports. By default, `spec.allocateLoadBalancerNodePorts`
692692
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.
694694
You must explicitly remove the `nodePorts` entry in every Service port to de-allocate those node ports.
695695
Your cluster must have the `ServiceLBNodePortControl`
696696
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)

0 commit comments

Comments
 (0)