csi-s3 icon indicating copy to clipboard operation
csi-s3 copied to clipboard

Add correct DNSPolicy to csi-s3 daemonset

Open TheMatrix97 opened this issue 2 years ago • 0 comments

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)

TheMatrix97 avatar Jul 12 '22 10:07 TheMatrix97