Whether Strimzi needs a LoadBalancer when I configure external listener with ingress type? #7666
-
T have configured external listener with ingress type. but operator reported the following log: and nginx ingress controller reported the following log: it seems like operator is waitting for ingress controller set an address, but ingress controller is waiting for Strimzi start kafka. so Whether Strimzi needs a LoadBalancer when I configure external listener with ingress type? I just run my k8s on Bare-metal environment. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
My Kubernetes Nginx Ingress controller does not wait for the Kafka cluster to be running to confirm it accepted the Ingress resource and set its status. So if your does, it is probably something in your configuration. |
Beta Was this translation helpful? Give feedback.
My Kubernetes Nginx Ingress controller does not wait for the Kafka cluster to be running to confirm it accepted the Ingress resource and set its status. So if your does, it is probably something in your configuration.