Skip to content

Commit 7d19fd1

Browse files
committed
Documentation
1 parent d532ca9 commit 7d19fd1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/modules/listener-operator/pages/listenerclass.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ Compared to xref:#servicetype-nodeport[], this service type allows Pods to be mo
6363
However, it requires https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer[a cloud controller manager that supports load balancers].
6464
Additionally, many cloud providers charge for load-balanced traffic.
6565

66+
[#servicetype-loadbalancer-class]
67+
==== Custom load-balancer classes
68+
69+
Kubernetes supports using multiple different load balancer types in the same cluster by configuring a unique https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-class[load-balancer class] for each provider.
70+
71+
The Stackable Listener Operator supports using custom classes setting the `ListenerClass.spec.loadBalancerClass`.
72+
73+
NOTE: `loadBalancerClass` is _only_ respected when using the xref:#servicetype-loadbalancer[] service type. Otherwise, the field will be ignored.
74+
6675
[#addresstype]
6776
== Address types
6877

0 commit comments

Comments
 (0)