Skip to content

No resources of kind Gateway, HTTPROUTE in API groups with version v1alpha2 #528

Description

@narendrapalavali-tech

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions