csi-s3
csi-s3 copied to clipboard
Add correct DNSPolicy to csi-s3 daemonset
Please refer to issue #51 This PR fixes the DNS problems found when trying to query internal services with the default k8s hostnames (coreDNS). When using Demonsets with hostNetwork = true, we should add the dnsPolicy "ClusterFirstWithHostNet". Although, we cannot access to the Cluster DNS service https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-config https://github.com/kubernetes/kubernetes/issues/17406
(Tested in local environment with Docker-Desktop minikube)