How can I add additional search domains to my containers in AWX 21? I don’t want to have use fqdn for certain domains.
This should work for k8s but i have only tested on k3s.
Create a new yaml file and paste in:
apiVersion: v1
kind: ConfigMap
metadata:
name: kube-dns
namespace: kube-system
data:
upstreamNameservers: |
[“192.168.192.200”]
This will cause all DNS resolutions needed other than kubernetes related fqdn’s to be forwarded
onsdag 2. november 2022 kl. 04:55:23 UTC+1 skrev jason...@gmail.com: