How or where to I set my awx related pods to know to use my internal dns resolvers to find my local linux and windows machines?
Both winrm and kerberos totally depend on a fully working DNS, fr linux I could get away by setting the IP under the ansible_host var, but in my test setup the awx pods do not know about my internal zone dns servers and active directory domain controllers.
How do I set this so the operator deploy injects that info into all its pods in the awx namespace?
Thanks for any help or pointers. I can go and edit ephemeral pods and manually inject the info into the /etc/resov.conf, but in Kubernetes deployment that just feels wrong.
Replying to one’s own question is a either a sign of oncoming madness or alternatively might be a sign that one wants to share what has been found
( and also making sure in the process that next time around the answer can be found when searching with google. )