[Bug] nslookup in apachepulsar/pulsar:3.3.0 isn't compatible with kubernetes search domains #22877
Closed
2 of 3 tasks
Labels
type/bug
The PR fixed a bug or issue reported a bug
Search before asking
Read release policy
Version
apachepulsar/pulsar:3.3.0 image
Minimal reproduce step
See lhotari/pulsar-helm-chart#10
What did you expect to see?
Pulsar cluster would start up without errors.
What did you see instead?
Init containers waiting for Zookeeper to come available are failing:
Anything else?
Debugged the problem. FQDN nslookup works, partial domain name doesn't.
/etc/resolv.conf is
The busybox nslookup isn't compatible with search domains and ndots. It is necessary to install bind-tools package with
apk add bind-tools
. Found this information in docker-library/busybox#48 (comment)Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: