-
Hi,
But it won't get ready. The describe command shows:
The relevant service goes:
I did some search of similar problem but got nothing. What could be the problem? A little bit extra explanation about this service would be nice. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
Are you sure your bootstrap server configuration is correct? If the Kafka cluster you want it to connect to is powered by Strimzi, then the address with port 9091 should definitely not be there. Apart from that, sharing the logs would be a good start. |
Beta Was this translation helpful? Give feedback.
That is weird as this network policy should ensure the Connect nodes and the operator can talk with each other :-/. The labels seem correct. So I'm afraid I'm not sure what is wrong here. Maybe something with your SDN? Do you know what does your cluster use?
You can use the
STRIMZI_NETWORK_POLICY_GENERATION
environment variable in the Cluster Operator deployment to tell the operator to stop managing the network policies. That way, after you delete it it should not be recreated again. But that is of course more workaround than a proper solution.