45fd0090e5
GatewayClasses were stuck as Unknown because neither Traefik instance had controllerName configured, causing both to default to traefik.io/gateway-controller which matched neither GatewayClass. Align the GatewayClass controllerName fields with what each Traefik instance is now explicitly configured to advertise.
8 lines
162 B
YAML
8 lines
162 B
YAML
---
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: GatewayClass
|
|
metadata:
|
|
name: traefik-internal
|
|
spec:
|
|
controllerName: traefik.io/gateway-controller-internal
|