-
Notifications
You must be signed in to change notification settings - Fork 873
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
fix: retarget blue-green preview service before scaling up preview replicaset #1368
fix: retarget blue-green preview service before scaling up preview replicaset #1368
Conversation
@jessesuen , could you update the timeline in the b/g rollout doc: https://github.com/argoproj/argo-rollouts/blob/master/docs/features/bluegreen.md#previewservice? I think this change obsoletes some of the description. Thanks. |
Sure I'll update that as well. Thank you for the feedback. |
45da217
to
f0f1497
Compare
Codecov Report
@@ Coverage Diff @@
## master #1368 +/- ##
==========================================
- Coverage 81.22% 81.19% -0.03%
==========================================
Files 108 108
Lines 9916 9911 -5
==========================================
- Hits 8054 8047 -7
- Misses 1309 1310 +1
- Partials 553 554 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…plicaset Signed-off-by: Jesse Suen <jesse_suen@intuit.com>
Signed-off-by: Jesse Suen <jesse_suen@intuit.com>
f0f1497
to
5a90436
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
…licaSet (argoproj#1368) Signed-off-by: Jesse Suen <jesse_suen@intuit.com>
…licaSet (#1368) Signed-off-by: Jesse Suen <jesse_suen@intuit.com>
Resolves #1151
This change implements the following behavior when creating the preview service and changing selectors.
Previously we would create the preview replicaset with the desired size (without the separate create and scale steps). This will allow all pods of the preview to be considered for readiness gate injection by the AWS LoadBalancer controller
Signed-off-by: Jesse Suen jesse_suen@intuit.com