I have run into an issue with CoreDNS having a random loadbalancing policy applied to all /etc/resolve.conf entries by default.
For reasons, we need to set the coreDNS policy to sequential, so it steps through the internal upstream servers first, then goes on to the upstream external servers. Without this change the cluster is unusable for us.
I could patch this manually, but I think it would be nice to have a way to specify coredns config in k0sctl config syntax.
I have run into an issue with CoreDNS having a random loadbalancing policy applied to all /etc/resolve.conf entries by default.
For reasons, we need to set the coreDNS policy to sequential, so it steps through the internal upstream servers first, then goes on to the upstream external servers. Without this change the cluster is unusable for us.
I could patch this manually, but I think it would be nice to have a way to specify coredns config in k0sctl config syntax.