proud-lunch-66032
05/01/2025, 8:26 PMdnsPolicy: Default
hostNetwork: true
Resolves the first two, but not the Tailscale address. I tried adding:
dnsPolicy: ClusterFirstWithHostNet
hostNetwork: true
hostAliases:
- ip: "100.97.220.53"
hostnames:
- "<http://our-app.tailcd9c7a.ts.net|our-app.tailcd9c7a.ts.net>"
But then then in the first container we get "All attempts to connect to pypi.org failed."
Also tried adding some dnsConfig nameservers to google, but that didn't help either.
Does anyone know how to resolve this?