-
Notifications
You must be signed in to change notification settings - Fork 689
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
change default xDS server to envoy #6146
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6146 +/- ##
==========================================
+ Coverage 81.19% 81.20% +0.01%
==========================================
Files 133 133
Lines 15803 15803
==========================================
+ Hits 12831 12833 +2
+ Misses 2678 2677 -1
+ Partials 294 293 -1
|
ffffc2e
to
d6b8905
Compare
d6b8905
to
421c078
Compare
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
421c078
to
f2417c1
Compare
The default xDS server implementation is now `envoy`, i.e. the go-control-plane implementation. Updates projectcontour#2134. Signed-off-by: Steve Kriss <[email protected]>
Signed-off-by: Steve Kriss <[email protected]>
f2417c1
to
e086a3f
Compare
Signed-off-by: Steve Kriss <[email protected]>
One note, feature tests have not yet been updated to use the envoy xds server (ref. #6254). If folks feel like that should be a prerequisite for changing the default, I'll work on getting that done. I've done a quick test of it and looks like there will be a number of test changes required. Update: featuretests updated in #6255 |
Signed-off-by: Steve Kriss <[email protected]>
@sunjayBhatia thanks for the review on #6255; once this one is approved as well I'll merge 'em both. |
The default xDS server implementation is now `envoy`, i.e. the go-control-plane implementation. Updates projectcontour#2134. Signed-off-by: Steve Kriss <[email protected]>
The default xDS server implementation is
now
envoy
, i.e. the go-control-planeimplementation.
Updates #2134.
Signed-off-by: Steve Kriss [email protected]