-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spec changes for header and mirror based routing #2073
Comments
closed by #2074 |
Notes on trying to remove
|
User complaint about not having routeTemplateSpec |
Summary
We are planning to add traffic mirror and header based routing which now puts a different set of requirements on Argo Rollouts to have the idea of precedence within the routes that argo rollouts creates. Most traffic routers such as Istio, Ambassador, and Trafiek and others have the concept of being able to control route precedence. So in order to implement the two mentioned features above I propose adding a new managedRoutes section to traffic routing that defines the route precedence as well as allows us to clean up our routes when we are done with the rollout.
The above spec changes are at the very minimum required for the two mentioned features. However, in order to also support a more gitops friendly workflow I think changing the managed routes to also have the option to include the route that acts as the canary route a very useful feature so that we do not have to predefine our routes such as required with istio. Notice the
canaryRoute: true
Argo rollouts will then be able to place the routes that rollouts creates at a higher precedence than any user defined routes which allows the user to create their routes as if Argo Rollouts did not exists and we would then only create higher precedence routes as needed during the rollout. This allow for a very gitops friendly deployment of argo rollouts with argocd.
The text was updated successfully, but these errors were encountered: