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
For multiple matched route, choose the one route for which its version is the current preferred version. If multiple such routes meets the condition, just choose the first one.
I'm encountering that two route matches all the condition:
And it chooses "networking.internal.knative.dev" which is not what I expected and it can not be opted out (though I can hack it around thanks to with-redefs).
It would be great if route search & preferring option can be customized.
The text was updated successfully, but these errors were encountered:
lotuc
added a commit
to lotuc/k8s-api
that referenced
this issue
Sep 5, 2023
kubernetes-api.core
APIs usesinternals.client/find-preferred-route
for finding the route to be called.Now
kubernetes-api.internals.client/find-preferred-route
doesfind-route
which only uses:kind
and:action
fields, this could lead to multiple matchStatus
routes (which related to Enable 'Status' routes #6 )I'm encountering that two route matches all the condition:
And it chooses
"networking.internal.knative.dev"
which is not what I expected and it can not be opted out (though I can hack it around thanks to with-redefs).It would be great if route search & preferring option can be customized.
The text was updated successfully, but these errors were encountered: