Skip to content
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

Closed
wants to merge 9 commits into from

Conversation

ssanders1449
Copy link
Contributor

Fixes #1779

Adds an optional 'MinReplicas' field to SetCanaryScale

See #1779 for use cases

@codecov
Copy link

codecov bot commented Mar 27, 2022

Codecov Report

Merging #1935 (ab7dd8c) into master (575a619) will increase coverage by 0.02%.
The diff coverage is 93.65%.

@@            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     
Impacted Files Coverage Δ
controller/metrics/prommetrics.go 100.00% <ø> (ø)
utils/rollout/rolloututil.go 89.43% <0.00%> (-2.31%) ⬇️
utils/record/record.go 80.55% <97.22%> (+2.83%) ⬆️
controller/controller.go 89.45% <100.00%> (ø)
controller/metrics/metrics.go 100.00% <100.00%> (ø)
utils/replicaset/canary.go 89.43% <100.00%> (+0.16%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 575a619...ab7dd8c. Read the comment docs.

tvalasek and others added 9 commits March 28, 2022 11:00
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]>
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]>
@sonarcloud
Copy link

sonarcloud bot commented Mar 28, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
3.5% 3.5% Duplication

@ssanders1449
Copy link
Contributor Author

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

@ssanders1449 ssanders1449 deleted the issue_1779 branch November 15, 2022 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide a way to specify a minimum number of pods per Replicaset
5 participants