Kafka connect pod not created by strimzi #6898
-
When I try to create a KafkaConnect cluster, only a service is created but no deployment / statefulset / pod is launched. Strimzi version used : 0.29.0 Here is my config:
when creating the KafkaConnect pod is trying the following error message:
Full log:
Apparently the KafkaConnect resource is created by no events are availalbe:
Here is the list of the resources creates:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The NPE is not nice -> that is probably some bug. But I think this is wrong: tls:
trustedCertificates:
- secretName: my-cluster-cluster-ca
certificate: ca.crt I don' think you are using the right secret. It should be |
Beta Was this translation helpful? Give feedback.
The NPE is not nice -> that is probably some bug. But I think this is wrong:
I don' think you are using the right secret. It should be
my-cluster-cluster-ca-cert
IIRC. You can check the examples as well.