-
Notifications
You must be signed in to change notification settings - Fork 681
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
Add disabled-features flag to ContourDeployment for provisioner #6152
Conversation
aaa0f7a
to
e8412c1
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6152 +/- ##
==========================================
+ Coverage 79.35% 79.42% +0.06%
==========================================
Files 141 141
Lines 16107 16133 +26
==========================================
+ Hits 12782 12813 +31
+ Misses 3014 3009 -5
Partials 311 311
|
bfb7cd1
to
116b712
Compare
47fee53
to
6cb8be4
Compare
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.
just a few comments for now, will do another pass shortly
Signed-off-by: Lubron Zhan <lubronzhan@gmail.com>
Signed-off-by: Lubron Zhan <lubronzhan@gmail.com>
Signed-off-by: lubronzhan <lubronzhan@gmail.com>
Signed-off-by: lubronzhan <lubronzhan@gmail.com>
d1f3b4e
to
ff86ae5
Compare
Signed-off-by: lubronzhan <lubronzhan@gmail.com>
ff86ae5
to
26247e2
Compare
The upgrade test has many context deadline exceeded issue, is that related to something known issue
Didn't find the button to rerun the test |
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.
I'll wait to merge in case anyone else wants a look but LGTM
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.
Just one docs nit, otherwise LGTM
@sunjayBhatia I'd be fine getting this in for the upcoming release, WDYT?
yeah, I dont think we made an issue for it but we've seen this a lot I believe since we haven't properly coordinated the Envoy/Contour Service/Deployment redeploy order in the provisioner
yep sounds good to me 👍🏽 |
ref. #5375, got closed as stale but still valid to do |
Signed-off-by: Lubron Zhan <lubronzhan@gmail.com>
Fix #5276
Based on previous art from @padlar #5331.
This PR introduce support for disabled-features in provisioner so that any Contour instances associated with this ContourDeployment with disabled-features flag will stop reconciling CRDs defined inside.
Right now supported values are:
grpcroutes;tlsroutes;extensionservices;backendtlspolicies
TODO: