Replies: 1 comment 1 reply
-
The domain name should resolve even without the cluster suffix. So this seems like an issue with your DNS. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
When Strimzi 0.45.0 (ZooKeeper-based) runs on Kubernetes 1.32, the Cluster Operator, Topic Operator and User Operator log recurring DNS errors such as:
…svc.cluster.local
does resolve instantly..cluster.local
returns NXDOMAIN and triggers the warnings.Steps to reproduce
UnknownHostException
/<unresolved>
messages.Strimzi version
0.45.0
Kafka version
3.9.0
Kubernetes version
v1.32.4+k0s.0
Installation method
Helm chart (
strimzi/strimzi-kafka-operator
) with:Expected behavior
Operators should use hostnames that exist in CoreDNS (
*.svc.cluster.local
) or automatically append the suffix so that no DNS warnings appear in the logs.Strimzi version
0.45.0
Kubernetes version
v1.32.4+k0s.0
Installation method
No response
Infrastructure
Bare-metal k0s cluster CoreDNS KubeRouter
Configuration files and logs
Configuration snippets
Logs (examples)
Cluster Operator
Topic Operator
Additional context
quorumListenOnAllIPs: "true"
prevents ZooKeeper from hanging but does not silence the warnings.useServiceDnsDomain: true
fixes listener 9092, not listener 9091 nor ZooKeeperserver.X=
entries.Beta Was this translation helpful? Give feedback.
All reactions