Listener specific perPodService #11033
Unanswered
abiodunakandewp
asked this question in
Q&A
Replies: 2 comments 3 replies
-
You can define the annotations on a per-listener or per-broker basis like this: https://strimzi.io/docs/operators/latest/full/configuring.html#property-listener-config-annotations-reference |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, Thanks for your reply. We'd like to avoid this because that would mean when we scale up the kafkaNodePool.spec.replicas, we then have to add a broker entry within all of our listeners. We want the configuration of all brokers associated with a listener to be uniform so it is nice to define it once within a perPodService type field. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Looking for some guidance on a problem we're encountering with having both loadbalancer and route listeners within our kafka cluster.
Our current setup is:
This configuration currently fails because of the route listener. The service related to the route listener fails to create with error
metadata.annotations[service.beta.kubernetes.io/load-balancer-source-ranges], message=Forbidden: may only be used when
typeis ''LoadBalancer'', reason=FieldValueForbidden,
.We were wondering if we're missing some option to define a perPodService type within the listener itself.
For example:
We would like to avoid defining the annotations within
spec.kafka.listeners[*].configuration.brokers[*]
because when we scale the replicas within the node pool, we are then required to add another broker to the configuration.Beta Was this translation helpful? Give feedback.
All reactions