You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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.
702
709
By default, `spec.loadBalancerClass` is `nil` and a `LoadBalancer` type of Service uses
703
710
the cloud provider's default load balancer implementation if the cluster is configured with
704
711
a cloud provider using the `--cloud-provider` component flag.
0 commit comments