Thiago Alves
2018-06-11 16:19:52 UTC
Hello,
I need to use the address regex feature in my prod k8s cluster:
http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2012q1/005615.html
I need to catch all DNS entries in a format like "^[a-zA-Z\.]+\.com\.
[a-zA-Z\.]+\.cluster\.local$"
However I see it is not merged to the master branch. This means that I will
have apply the patch to version 2.62 (it is not compatible with the latest
version), recompile it and create a custom docker image to be used by
kube-dns.
Is my understanding correct? Or is there a better way of achieving this goal
Thanks
I need to use the address regex feature in my prod k8s cluster:
http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2012q1/005615.html
I need to catch all DNS entries in a format like "^[a-zA-Z\.]+\.com\.
[a-zA-Z\.]+\.cluster\.local$"
However I see it is not merged to the master branch. This means that I will
have apply the patch to version 2.62 (it is not compatible with the latest
version), recompile it and create a custom docker image to be used by
kube-dns.
Is my understanding correct? Or is there a better way of achieving this goal
Thanks