From 7a9ed39f979d6a3e186362f456fdc7272e1d8c81 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 23 May 2026 00:52:55 +1000 Subject: [PATCH] fix(externaldns): remove experimental Gateway API route sources 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. --- apps/overlays/au-syd1/externaldns/values.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/overlays/au-syd1/externaldns/values.yaml b/apps/overlays/au-syd1/externaldns/values.yaml index 344519f..c065b31 100644 --- a/apps/overlays/au-syd1/externaldns/values.yaml +++ b/apps/overlays/au-syd1/externaldns/values.yaml @@ -25,10 +25,6 @@ sources: - service - ingress - gateway-httproute - - gateway-tlsroute - - gateway-grpcroute - - gateway-tcproute - - gateway-udproute # Environment variables for TSIG secret and algorithm from Vault env: