SuperBo opened a new issue, #600: URL: https://github.com/apache/apisix-helm-chart/issues/600
APISIX ingress controller 1.6.1 already support TCPRoute and UDPRoute but current config in helm chart doesn't allow that permission. Please add corresponding permission to allow these permission https://github.com/apache/apisix-helm-chart/blob/86f223d7f589ef2f95a382c201da472831dffca5/charts/apisix-ingress-controller/templates/rbac.yaml#L110-L120 Warning log ```sh W0825 11:55:02.454988 1 reflector.go:424] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:169: failed to list *v1alpha2.TCPRoute: tcproutes.gateway.networking.k8s.io is forbidden: User "system:serviceaccount:apisix-system:apisix-ingress-controller" cannot list resource "tcproutes" in API group "gateway.networking.k8s.io" at the cluster scope E0825 11:55:02.455039 1 reflector.go:140] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:169: Failed to watch *v1alpha2.TCPRoute: failed to list *v1alpha2.TCPRoute: tcproutes.gateway.networking.k8s.io is forbidden: User "system:serviceaccount:apisix-system:apisix-ingress-controller" cannot list resource "tcproutes" in API group "gateway.networking.k8s.io" at the cluster scope W0825 11:55:07.223488 1 reflector.go:424] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:169: failed to list *v1alpha2.UDPRoute: udproutes.gateway.networking.k8s.io is forbidden: User "system:serviceaccount:apisix-system:apisix-ingress-controller" cannot list resource "udproutes" in API group "gateway.networking.k8s.io" at the cluster scope E0825 11:55:07.223546 1 reflector.go:140] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:169: Failed to watch *v1alpha2.UDPRoute: failed to list *v1alpha2.UDPRoute: udproutes.gateway.networking.k8s.io is forbidden: User "system:serviceaccount:apisix-system:apisix-ingress-controller" cannot list resource "udproutes" in API group "gateway.networking.k8s.io" at the cluster scope ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
