fix(externaldns): remove experimental Gateway API route sources #139

Closed
unkinben wants to merge 1 commits from benvin/fix-externaldns-crashing into main

1 Commits

Author SHA1 Message Date
unkinben 7a9ed39f97 fix(externaldns): remove experimental Gateway API route sources
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
TLSRoute, GRPCRoute, TCPRoute, UDPRoute CRDs are not installed
(Traefik experimentalChannel: false), causing external-dns to crash
with a context deadline timeout on every sync cycle.

Keep only gateway-httproute which is the only route type in use.
2026-05-23 00:52:55 +10:00