Use ClusterFirstWithHostNet for nginx dnsPolicy (#340)
The nginx ingress pod is created with `hostNet: true`. This means that it does not, by default, have access to kuebdns. We need that so that the ingress controller can map things like ExternalName services to internal services. This fixes the problem by setting the dnsPolicy to ClusterFirstWithHostNet. Fixes #339
Please register or sign in to comment