Replies: 1 comment 8 replies
-
I saw the discussion here , https://github.com/orgs/strimzi/discussions/7578 but the certificate is created during the creation of the kafka cluster , LetsEncrypt is updating the certificate via the cert-manager , every two months , |
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
-
I am using 0.27.1 version in the production environment currently , upgrade to 0.31.1 is planned soon .
We are using the ingress type for listeners , it is configured with a certificate from letsencrypt .
We have noticed that the certificate got updated by the cert-manager , but the operator did not reload the brokers which resulted in a severity-1 issue in production environment with all the pods connecting to kafka brokers throwing the authentication error , once i restarted the cluster brokers have taken the updated listener certificate and application is back to working state, pods were able to connect to kafka normally,
I see that the operator will reload the brokers in such scenarios , but any known issue in 0.27.1 version which is the reason for this ,
@scholzj , please could you help , if there is a way we can force the reload of brokers in these cases ,
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions