[Bug]: cluster-ip as external listener not worked #10449
TigranKhudav
started this conversation in
General
Replies: 1 comment
-
Strimzi does not support Istio. Also, the error you are getting does not seem to have anything to do with Strimzi. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Description
When I set nodeport it works fine but cluster-ip not worked
I connected trough istio
this is my log when connecting via node js setuped cluster-ip
{"level":"ERROR","timestamp":"2024-08-14T08:26:55.456Z","logger":"kafkajs","message":"[Connection] Connection error: getaddrinfo ENOTFOUND kafka-kafka-node-pool-clusterip-2.kafka.svc","broker":"kafka-kafka-node-pool-clusterip-2.kafka.svc:9096","clientId":"my-app","stack":"Error: getaddrinfo ENOTFOUND kafka-kafka-node-pool-clusterip-2.kafka.svc\n at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26)"}
Steps to reproduce
No response
Expected behavior
No response
Strimzi version
0.42.0
Kubernetes version
1.29.1
Installation method
helm chart
Infrastructure
bare-metal
Configuration files and logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions