Skip to content

Set eosxd daemonset dnsPolicy

Alexandre Lossent requested to merge alossent/cern:eosxd-dnspolicy into master

dnsPolicy: ClusterFirstWithHostNet is the recommended value for pods with hostNetwork: true

Ref https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/

This should avoid alarms from network team about hosts running EOSXD daemonset sending too many DNS requests/second.

Merge request reports