When running some pod, I'd like to insert customized DNS search strings into it. The default behavior seems to be host /etc/resolv.conf
plus things like svc.cluster.local
, etc. The API pod spec doesn't mention anything about this. I'm also looking at CNI interface but at this moment I'm not clear how the extra DNS search string are passed into plugins like flannel.
So is it possible (and how) to add a customized DNS search string to a pod?