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.
kubernetes-api.coreAPIs usesinternals.client/find-preferred-routefor finding the route to be called.Now
kubernetes-api.internals.client/find-preferred-routedoesfind-routewhich only uses:kindand:actionfields, this could lead to multiple matchStatusroutes (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.