-
Notifications
You must be signed in to change notification settings - Fork 168
Description
Description
A clear and concise description of what the bug is.
Environmental
Google Kubernetes Engine
- Operating System Information
- kubernetes version - v1.31.6
- OpenFunction version - v1.2.0
- Versions of dependent components- keda
Expected behavior
should get installed successfully.
Actual behavior
controller pod is in crashloop backoff due to below:
2025-03-25T14:24:28Z ERROR controller-runtime.source if kind is a CRD, it should be installed before calling Start {"kind": "HTTPRoute.gateway.networking.k8s.io", "error": "no matches for kind "HTTPRoute" in version "gateway.networking.k8s.io/v1alpha2""}
2025-03-25T14:24:28Z ERROR controller-runtime.source if kind is a CRD, it should be installed before calling Start {"kind": "Gateway.gateway.networking.k8s.io", "error": "no matches for kind "Gateway" in version "gateway.networking.k8s.io/v1alpha2""}
To Reproduce
Steps to reproduce the behavior:
1)helm repo add openfunction https://openfunction.github.io/charts/
2)helm repo update
3)helm install openfunction --set global.Contour.enabled=false --set global.KnativeServing.enabled=false --set global.ShipwrightBuild.enabled=false --set global.TektonPipelines.enabled=false --set global.Dapr.enabled=false openfunction/openfunction -n openfunction