Add Gateway API as a provider#1108
Merged
stefanprodan merged 11 commits intofluxcd:mainfrom Mar 14, 2022
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1108 +/- ##
==========================================
- Coverage 57.29% 56.77% -0.52%
==========================================
Files 78 79 +1
Lines 6343 6582 +239
==========================================
+ Hits 3634 3737 +103
- Misses 2166 2291 +125
- Partials 543 554 +11
Continue to review full report at Codecov.
|
Member
|
@aryan9600 can you please signoff your commits and add e2e tests for the Gateway API with Contour. |
ab2b1fe to
e116b38
Compare
c5d5962 to
125ffb9
Compare
7370e91 to
893a3dc
Compare
Adds Gateway API as a provider for progressive traffic shifting, A/B testing and Blue-Green testing. Adds a new field in the Canary `spec.service.gatewayRefs` which specifies the Gateway that Flagger should use. Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
Signed-off-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works>
21da642 to
55c1760
Compare
Signed-off-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works>
55c1760 to
c9e53dd
Compare
5a5925c to
065ee82
Compare
Signed-off-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works>
065ee82 to
38fc6b5
Compare
stefanprodan
approved these changes
Mar 11, 2022
Member
stefanprodan
left a comment
There was a problem hiding this comment.
LGTM
Awesome contribution! Thanks @aryan9600 🥇
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for Gateway API (v1alpha2) as a provider. It supports progressive traffic shifting, A/B testing and blue/green deployments.
Fix: #1089