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

Contour: Update the httproxy API and enable RetryOn #1164

Merged
merged 4 commits into from
Apr 12, 2022

Conversation

BrandonCate
Copy link
Contributor

PR to add support for the retryOn field for contour's httpproxy

This will allow for a little bit more control on how the ingress is created

Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please copy the whole API definition from https://github.com/projectcontour/contour/blob/main/apis/projectcontour/v1/httpproxy.go so we have the latest version in Flagger's pkg/apis/projectcontour.

@stefanprodan stefanprodan changed the title adding contour retryon support Contour: Update the httproxy API and enable RetryOn Apr 8, 2022
@stefanprodan stefanprodan added the kind/enhancement Improvement request for an existing feature label Apr 8, 2022
Signed-off-by: brandoncate <brandon.cate@shipt.com>
Signed-off-by: brandoncate <brandon.cate@shipt.com>
Signed-off-by: brandoncate <brandon.cate@shipt.com>
Signed-off-by: brandoncate <brandon.cate@shipt.com>
@BrandonCate
Copy link
Contributor Author

updated API def

@codecov-commenter
Copy link

Codecov Report

Merging #1164 (d09969e) into main (c68998d) will increase coverage by 0.05%.
The diff coverage is 89.65%.

@@            Coverage Diff             @@
##             main    #1164      +/-   ##
==========================================
+ Coverage   56.75%   56.81%   +0.05%     
==========================================
  Files          79       79              
  Lines        6607     6616       +9     
==========================================
+ Hits         3750     3759       +9     
  Misses       2301     2301              
  Partials      556      556              
Impacted Files Coverage Δ
pkg/router/contour.go 88.73% <89.65%> (+0.19%) ⬆️
pkg/controller/scheduler_metrics.go 37.11% <0.00%> (+1.32%) ⬆️

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 c68998d...d09969e. Read the comment docs.

Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks @BrandonCate 🏅

@stefanprodan stefanprodan merged commit 67cc965 into fluxcd:main Apr 12, 2022
@BrandonCate BrandonCate deleted the contour-retryon-support branch April 12, 2022 14:03
@BrandonCate
Copy link
Contributor Author

no problem man, looking forward to helping out some more in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvement request for an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants