Current Behavior
I deployed Apisix using Helm, and the GKE cluster doesn't have GRPCRoute and other CRD resources installed.
But I close the gateway api:
ingress-controller:
config:
disableGatewayAPI: true
Ingress-controller startup is throwing the following error: 2026-04-09T09:43:37.502Z ERROR controller-runtime.controller-runtime.source.EventHandler source/kind.go:71 if kind is a CRD, it should be installed before calling Start {"kind": "GRPCRoute.gateway.networking.k8s.io", "error": "no matches for kind \"GRPCRoute\" in version \"gateway.networking.k8s.io/v1\""}
Expected Behavior
No response
Error Logs
No response
Steps to Reproduce
- APISIX version: 3.15.0
- apisix-ingress-controller version: 2.0.1
Environment
- APISIX version: 3.15.0
- apisix-ingress-controller version: 2.0.1
Current Behavior
I deployed Apisix using Helm, and the GKE cluster doesn't have GRPCRoute and other CRD resources installed.
But I close the gateway api:
Ingress-controller startup is throwing the following error:
2026-04-09T09:43:37.502Z ERROR controller-runtime.controller-runtime.source.EventHandler source/kind.go:71 if kind is a CRD, it should be installed before calling Start {"kind": "GRPCRoute.gateway.networking.k8s.io", "error": "no matches for kind \"GRPCRoute\" in version \"gateway.networking.k8s.io/v1\""}Expected Behavior
No response
Error Logs
No response
Steps to Reproduce
Environment