orenlevi111

Results 2 comments of orenlevi111

same here with aws EKS 1.26, latest 1.14.2 external-dns and when enabling "gateway-grpcroute" it fails.

I figured out how to fix it before the PR, add this to your values.yaml: ``` rbac: additionalPermissions: - apiGroups: [""] resources: ["namespaces"] verbs: ["get","watch","list"] - apiGroups: ["gateway.networking.k8s.io"] resources: ["gateways","httproutes","grpcroutes","tlsroutes","tcproutes","udproutes"]...