From fb094d0a0871c54547e7d616897e24b3ffbd0622 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Thu, 10 Jul 2025 15:47:23 +0800 Subject: [PATCH] fix(k8s-gateway): exclude GRPCRoute --- kube/deploy/core/dns/internal/k8s-gateway/app/hr.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kube/deploy/core/dns/internal/k8s-gateway/app/hr.yaml b/kube/deploy/core/dns/internal/k8s-gateway/app/hr.yaml index 3a178c21..1e839aa4 100644 --- a/kube/deploy/core/dns/internal/k8s-gateway/app/hr.yaml +++ b/kube/deploy/core/dns/internal/k8s-gateway/app/hr.yaml @@ -29,6 +29,7 @@ spec: tailscale.com/tags: "tag:k8s-gateway" labels: io.cilium/l2: "true" + watchedResources: [Ingress] # GRPCRoute error due to old apiVersion watched by k8sgw extraZonePlugins: - name: log - name: errors