Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use DNS without CoreDNS #27

Open
anjomro opened this issue Jan 31, 2023 · 0 comments
Open

Use DNS without CoreDNS #27

anjomro opened this issue Jan 31, 2023 · 0 comments

Comments

@anjomro
Copy link

anjomro commented Jan 31, 2023

According to your docs (https://docs.netmaker.org/server-installation.html#no-dns-coredns-disabled) CoreDNS is not needed anymore for DNS since a hostsfile-based approach is used.

If I understand the docs correctly to use the new mode DNS_MODE needs to be set to on (or at least not to off), and CoreDNS can just be omitted from the setup.

However with this Helm-Chart this is not possible, since the value dns.enable is used for including or excluding the CoreDNS Service as well as setting the DNS_MODE to on if CoreDNS is included or off if CoreDNS is excluded.

How can we get DNS without using CoreDNS? Either an additional variable like dns.enable_coredns could be used to independently configure dns mode and CoreDNS or CoreDNS could be dropped entirely.

Either way I could provide a PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant