Hi everyone,
I setup two dns upstream name servers as detailed here below. The pb is that the server 10.114.0.1 is never triggered which ever its position in the list.
For some domain names, I rather need the internal@ip (provided by DNS @10.114.0.1) rather the Internet@ip (provided by DNS @100.126.0.41)
I am able to get the internal@ip only when the list is made of 10.114.0.1 as single entry but in this case no way resolve Internet domaine names.
Thx for your support. Regards.
This is not how forwarding works. The list is randomized and then the second entry is only used of the first one is down. It is not “try server A and if you don’t like the answer that can’t back try server B”, it’s “try server A and if A is totally unresponsive switch to server B”.
Thanks Vincent for your swift reply.
I gonna rather trigger stub domains option as detailed here below.
However, I do not find Rancher documentation inputs about the dns.stubdomains syntax in the cluster.yml file i.e. how to translate here under ConfigMap into cluster.yml dns entry ?
Thx & Regards. Richard