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
). Report an error if there is a mismatch, don't translate policy. The ApplyRoute does not have access to the Upstream, so it's trickier to validate the route is referencing an AI Upstream
The text was updated successfully, but these errors were encountered:
We want to support configuring RoutePolicy with
targetRef
for AI Options:However, if one of the route rules doesn't have an AI Upstream, the targetRef should error:
In this case, we need:
kgateway/internal/kgateway/extensions2/plugins/routepolicy/route_policy_plugin.go
Line 106 in b85f004
ApplyRoute
does not have access to the Upstream, so it's trickier to validate the route is referencing an AI UpstreamThe text was updated successfully, but these errors were encountered: