Replies: 1 comment 1 reply
|
You would need to share the full logs, full custom resource (ideally including the status section - Also, make sure your custom container image corresponds to the Strimzi and Kafka version you use. So if you now use Strimzi 0.47.0 and Kafka 3.9.1, it has to be based on As for the |
1 reply
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.
Hi team,
I am updating from quay.io/strimzi/kafka:0.40.0-kafka-3.7.0 to quay.io/strimzi/kafka:0.47.0-kafka-3.9.1 have updated the operator also to version 0.47.0 When I deploy with the newer version pods are going in continuously crashing CrashLoopBackOff and restarting.
adding logs:
These are few last lines of the logs i.e. EOF, and there are no error logs from starting till end.
my CR: kafkaconnect.txt
My doubt is this: the secret with the name having
connect-tls-trusted-certsis auto generated ? If yes then can I overwrite it by some config changes or like I tried usingaws-ca-cert-secretbut no progress. Operator gets stuck in retrieving the configuration and throws TOE(TimeOutException). Also, if you can please point me to the tls trusted certificates doc, will be glad. In older version I was using Truststore in external-configuration like this:In the newer version of strimzi is it still valid ? Because I didn't see in the doc and still not getting the way to configure the tls-trustedcertificates.
Thanks!!
I appreciate any inputs!
All reactions