-
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
Issue #1779: add MinReplicas option to SetCanaryScale #1935
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1935 +/- ##
==========================================
+ Coverage 82.36% 82.39% +0.02%
==========================================
Files 119 119
Lines 16872 16919 +47
==========================================
+ Hits 13897 13940 +43
- Misses 2284 2286 +2
- Partials 691 693 +2
Continue to review full report at Codecov.
|
Fixes docs: Add SAP Concur Signed-off-by: Tomas Valasek [email protected] Signed-off-by: Shlomo Sanders <[email protected]>
…mental step. (argoproj#1863) feat: Dashboard now displaying name, specRef and weight in the experimental step. (argoproj#1863) Signed-off-by: Alexander Matyushentsev <[email protected]> Signed-off-by: Shlomo Sanders <[email protected]>
Signed-off-by: Ravi Hari <[email protected]> Signed-off-by: Shlomo Sanders <[email protected]>
Signed-off-by: Jesse Suen <[email protected]> Signed-off-by: Shlomo Sanders <[email protected]>
feat: Report notification metrics for rollouts (argoproj#1856) Signed-off-by: Ravi Hari <[email protected]> Signed-off-by: Shlomo Sanders <[email protected]>
Signed-off-by: Shlomo Sanders <[email protected]>
Signed-off-by: Shlomo Sanders <[email protected]>
Signed-off-by: Shlomo Sanders <[email protected]>
Signed-off-by: Shlomo Sanders <[email protected]>
6ee478d
to
ab7dd8c
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Hmm. It seems that the last force-push (to add the signoff) brought too many changes into the PR, I am going to redo the PR |
Fixes #1779
Adds an optional 'MinReplicas' field to SetCanaryScale
See #1779 for use cases