-
Dear Strimzi Team, I am trying to create a Kafka cluster with an ingress external listener. Everything is created except kafka broker pod. I am pasting all configurations and logs here. Could you please help me with this? Note: The cluster is created in a DC and I added some annotations,initContainers and configmaps for the ingress controller. nginx version: nginx/1.19.9 Kafka Cluster:
Strimzi kafka cluster Operator logs:
Ingress Controller log:
Pods:
StatefulSets:
PVC:
Ingress:
Ingress Resource yaml format:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The operator is waiting for the Ingresses to become accepted by the Ingress controler and be ready => that is indicated in their status. This does not seem to happen in your case. That is why the deployment fails with |
Beta Was this translation helpful? Give feedback.
The operator is waiting for the Ingresses to become accepted by the Ingress controler and be ready => that is indicated in their status. This does not seem to happen in your case. That is why the deployment fails with
Exceeded timeout of 300000ms while waiting for Ingress resource strimzi-kafka-bootstrap in namespace kafka to be addressable
. This is also the emptyADDRESS
collumn when you list the Ingresses.