How do you configure the external-mdns Pod to be able to reach the K8s API server when running the deployment with hostNetwork: true?
...
reflector.go:138] pkg/mod/k8s.io/client-go@v0.22.2/tools/cache/reflector.go:167: Failed to watch *v1.Service: failed to list *v1.Service: Get "https://10.43.0.1:443/api/v1/services?limit=500&resourceVersion=0": dial tcp 10.43.0.1:443: i/o timeout
How do you configure the
external-mdnsPod to be able to reach the K8s API server when running the deployment withhostNetwork: true?external-mdns/README.md
Line 111 in b68bdfb