I am using the hcloud cloud controller manager together with the istio sidecar proxy.
The istio proxy is stuck in a crash loop because it can't find the istiod host (Error while dialing: dial tcp: lookup istiod.istio-system.svc on 185.12.64.1:53: no such host). This is using the hetzner dns here (where obviously the entry can not be found).
If I switch the dnsPolicy inside the deployment to ClusterFirst everything works as expected.
Is there a reason why it is configured to use Default?
See here, here, here and here.
I am using the hcloud cloud controller manager together with the istio sidecar proxy.
The istio proxy is stuck in a crash loop because it can't find the istiod host (
Error while dialing: dial tcp: lookup istiod.istio-system.svc on 185.12.64.1:53: no such host). This is using the hetzner dns here (where obviously the entry can not be found).If I switch the dnsPolicy inside the deployment to
ClusterFirsteverything works as expected.Is there a reason why it is configured to use
Default?See here, here, here and here.