[Bug]: kafka use loadbalancer in kmm2 tls example not work #9864
Closed
usernameisnull
started this conversation in
General
Replies: 1 comment 4 replies
-
If you badly adapt an example, that does not make it a bug, so please don't it as a bug! The issue template states so quite clearly! Also, you cannot make up the bootstrap addresses any way you want or pick up a random port and expect it to work. If you use a load balancer listener, you have to use the load balancer as a bootstrap address. You can always find the right bootstrap address in the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
use this example file: https://github.com/strimzi/strimzi-kafka-operator/blob/main/examples/security/tls-auth/mirror-maker-2.yaml changes:
the mirrormake2 pod logs:
ths svc:
I think the spec.clusters[0].bootstrapServers and spec.clusters[1].bootstrapServers may be no right, the port of svc cluster-b-kafka-bootstrap is 9091,
if I change to cluster-b-kafka-tls-bootstrap:9093,it now work either, I noticed this issue: #7713, I decode the two cluster secrets,no tls svc in it:
I stucked at this, it is a bug when user loadbalancer in this example or I missed something?
Steps to reproduce
No response
Expected behavior
No response
Strimzi version
0.1.1
Kubernetes version
v1.26.5
Installation method
helm install
Infrastructure
Bare-metal
Configuration files and logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions