Skip to content

Commit be07879

Browse files
TBBleTim Bannister
andcommitted
Remove needless mention of previous versions
Co-authored-by: Tim Bannister <[email protected]> Signed-off-by: Paul "TBBle" Hampson <[email protected]>
1 parent b54cee1 commit be07879

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
@@ -686,7 +686,7 @@ The set of protocols that can be used for LoadBalancer type of Services is still
686686

687687
{{< feature-state for_k8s_version="v1.22" state="beta" >}}
688688

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
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`

0 commit comments

Comments
 (0)