Skip to content

Commit db2b66e

Browse files
committed
Apply wording improvements to load-balancer-class
Credit to Tim Bannister <[email protected]> for the same improvements in load-balancer-nodeport-allocation above. Signed-off-by: Paul "TBBle" Hampson <[email protected]>
1 parent 2103a16 commit db2b66e

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,9 @@ other versions of Kubernetes, check the documentation for that release.
703703

704704
{{< feature-state for_k8s_version="v1.22" state="beta" >}}
705705

706-
`spec.loadBalancerClass` enables you to use a load balancer implementation other than the cloud provider default. This feature is available from v1.21, you must enable the `ServiceLoadBalancerClass` feature gate to use this field in v1.21, and the feature gate is enabled by default from v1.22 onwards.
706+
`spec.loadBalancerClass` enables you to use a load balancer implementation other than the cloud provider default.
707+
Your cluster must have the `ServiceLoadBalancerClass` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) enabled to use this field. For Kubernetes v{{< skew currentVersion >}}, this feature gate is enabled by default. For clusters running
708+
other versions of Kubernetes, check the documentation for that release.
707709
By default, `spec.loadBalancerClass` is `nil` and a `LoadBalancer` type of Service uses
708710
the cloud provider's default load balancer implementation if the cluster is configured with
709711
a cloud provider using the `--cloud-provider` component flag.

0 commit comments

Comments
 (0)