Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/modules/listener-operator/pages/troubleshooting/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
= Troubleshooting

== LoadBalancer inaccessible on IONOS cloud from external

Currently on IONOS cloud, if you want to use a `LoadBalancer` service, you need to adopt your `listenerClass` to

[source,yaml]
----
---
apiVersion: listeners.stackable.tech/v1alpha1
kind: ListenerClass
metadata:
name: lb-stable
spec:
serviceType: LoadBalancer
serviceExternalTrafficPolicy: Cluster
----

NOTE: `serviceExternalTrafficPolicy` is set to `Cluster`, which is an implementation detail of IONOS LB services
Loading