Kafka brokers not restarted after external TLS listener certificate renewed #4944
Unanswered
paulpozicheun
asked this question in
Q&A
Replies: 1 comment 8 replies
-
What Strimzi version are you using? I think the code is the same for both. So it is a bit weird if it would happen for one listener and not for the other. |
Beta Was this translation helpful? Give feedback.
8 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.
-
Hello there,
I've configured my Kafka resource to use my own certificates for internal TLS listeners ans for external TLS listeners using a route
When internal TLS certificate is renewed, dedicated secret is updated and a rolling update is automatically performed so that Kafka broker pods are restarted.
When certificate of external TLS route is renewed, dedicated secret is updated BUT no rolling update is done.
I have to manually restart the Kafka brokers to get my new certificate taken into account.
Can someone tell me if that is normal and/or if my configuration is not good ?
Thanks for your help.
Paul
Beta Was this translation helpful? Give feedback.
All reactions