TEMP: forward k8s.syd1.au.unkin.net to external external-dns service #269
Reference in New Issue
Block a user
Delete Branch "benvin/resolvers-k8s-externaldns-temp"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The bind-resolvers
openforwarderview forwardedk8s.syd1.au.unkin.netto the in-cluster bind-externaldns (198.18.200.8), which is not reliably serving those records yet, so lookups return NXDOMAIN.Concrete impact: Gitea cannot resolve the k8s-hosted CI host, so its outbound webhook fails and tagged releases never trigger CI (e.g. cutting a new bind-operator release from a tag).
This points the
fwd-k8s-syd1-au-unkin-netforwarder at the existing external external-dns bind service anycast 198.18.19.20 (puppetroles::infra::dns::externaldns— masterausyd1nxvm2127+ slaves2128/2129, advertised via OSPF), which still holds the workingk8s.syd1.au.unkin.netrecords. It is in the same 198.18.19.0/24 anycast family as the consul forwarder (198.18.19.14) the resolvers already use, so it is reachable from the pods.Temporary measure. Revert to 198.18.200.8 once external-dns publishes to the in-cluster bind-externaldns service. Only the forward target changes; no CRD/schema changes.