-
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
chore: leave the validation of setHeaderRoute to the plugin when plugins is not empty. #2898
Conversation
925ed82
to
9f51747
Compare
9f51747
to
7aac6d4
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2898 +/- ##
==========================================
- Coverage 81.73% 81.68% -0.05%
==========================================
Files 134 133 -1
Lines 20406 20309 -97
==========================================
- Hits 16678 16589 -89
+ Misses 2869 2862 -7
+ Partials 859 858 -1
☔ View full report in Codecov by Sentry. |
Can you give an example of why you need this validation removed. Also, argo rollouts supports multiple traffic routers at once I am unsure if it is the right move to turn off validation if say istio and a plugin are used together. |
…s not empty. Signed-off-by: Liming Liu <[email protected]>
7aac6d4
to
358a1e8
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@zachaller we are trying to use the max traffic weight > 100. so 2 ways for us:
this PR is to try the #1 way. |
@zachaller maybe add one field drafting PR: I will try to do some sanity check on the usage. and add ut later. |
…ins is not empty. (argoproj#2898) chore: leave the validation of setHeaderRoute to the plugin if plugins not empty. Signed-off-by: Liming Liu <[email protected]> Co-authored-by: Ubuntu <andliu@devbox.5xpt1tfa54mehhcinhsnwwrpve.ix.internal.cloudapp.net> Signed-off-by: ashutosh16 <[email protected]>
…ins is not empty. (argoproj#2898) chore: leave the validation of setHeaderRoute to the plugin if plugins not empty. Signed-off-by: Liming Liu <[email protected]> Co-authored-by: Ubuntu <andliu@devbox.5xpt1tfa54mehhcinhsnwwrpve.ix.internal.cloudapp.net>
…ins is not empty. (argoproj#2898) chore: leave the validation of setHeaderRoute to the plugin if plugins not empty. Signed-off-by: Liming Liu <[email protected]> Co-authored-by: Ubuntu <andliu@devbox.5xpt1tfa54mehhcinhsnwwrpve.ix.internal.cloudapp.net>
leave the validation of setHeaderRoute to the plugin when plugins is not empty.
resolving #2899
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.