Skip to content

GatewayClass does not recognize 1.3 CRDs #15

@swilkTUDA

Description

@swilkTUDA

When installing haproxy unified gateway (version: ) in our cluster the installed gatewayclass object lists

 - lastTransitionTime: "2026-02-22T21:42:58Z"
   message: Gateway API CRD versions are not supported. Please install version v1.2, v1.3
   observedGeneration: 1
   reason: UnsupportedVersion
   status: "False"
   type: SupportedVersion

The CRDs were installed from https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.3.0/standard-install.yaml
The same error message is shown when installing gateway-api in version 1.2.1

The gatewayclass installed is:

apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass
metadata:
     name: gateway-internal
spec:
     controllerName: gate.haproxy.org/hug

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions