You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, im trying to integrate linkerd with our existing setup, we have Coutour as ingress, we use gateway-api 1.3.
linkerd-destination pod's policy controller is unable to start as it constantly prints warnings about unknown gateway api HttRoute filter. In our case its CORS filter, cors filter was added in gwapi 1.3, and linkerd doesnt support that version yet, but we need that filter, we have quite a lot routes already depending on this filter, so downgrade is not an option.
2025-11-13T07:54:15.258173Z INFO httproutes.gateway.networking.k8s.io: kubert::errors: stream failed error=failed to perform initial object list: Error deserializing response
2025-11-13T07:54:20.267115Z WARN httproutes.gateway.networking.k8s.io: kube_client::client:......Error("unknown variant `CORS`, expected one of `RequestHeaderModifier`, `ResponseHeaderModifier`, `RequestMirror`, `RequestRedirect`, `URLRewrite`, `ExtensionRef`", line: 1, column: 3026)
Is there a way to use selectors to specify which httroutes are allowed to parse and which not? or maybe polciy controller can be disabled or tuned?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, im trying to integrate linkerd with our existing setup, we have Coutour as ingress, we use gateway-api 1.3.
linkerd-destination pod's policy controller is unable to start as it constantly prints warnings about unknown gateway api HttRoute filter. In our case its CORS filter, cors filter was added in gwapi 1.3, and linkerd doesnt support that version yet, but we need that filter, we have quite a lot routes already depending on this filter, so downgrade is not an option.
Is there a way to use selectors to specify which httroutes are allowed to parse and which not? or maybe polciy controller can be disabled or tuned?
Beta Was this translation helpful? Give feedback.
All reactions