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

change default xDS server to envoy #6146

Merged
merged 4 commits into from
Mar 12, 2024

Conversation

skriss
Copy link
Member

@skriss skriss commented Jan 30, 2024

The default xDS server implementation is
now envoy, i.e. the go-control-plane
implementation.

Updates #2134.

Signed-off-by: Steve Kriss stephen.kriss@gmail.com

@skriss skriss added the do not merge Don't merge this PR until this label is removed. label Jan 30, 2024
Copy link

codecov bot commented Jan 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.20%. Comparing base (a740314) to head (c7847f3).
Report is 7 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            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     
Files Coverage Δ
internal/contourconfig/contourconfiguration.go 98.69% <100.00%> (ø)
pkg/config/parameters.go 88.03% <100.00%> (ø)

... and 1 file with indirect coverage changes

@skriss skriss added release-note/major A major change that needs more than a paragraph of explanation in the release notes. release-note/deprecation A deprecation or removal that needs about a paragraph of explanation in the release notes. labels Feb 13, 2024
Copy link

The Contour project currently lacks enough contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 14d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, the PR is closed

You can:

  • Ensure your PR is passing all CI checks. PRs that are fully green are more likely to be reviewed. If you are having trouble with CI checks, reach out to the #contour channel in the Kubernetes Slack workspace.
  • Mark this PR as fresh by commenting or pushing a commit
  • Close this PR
  • Offer to help out with triage

Please send feedback to the #contour channel in the Kubernetes Slack

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 29, 2024
@skriss skriss removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 1, 2024
The default xDS server implementation is
now `envoy`, i.e. the go-control-plane
implementation.

Updates projectcontour#2134.

Signed-off-by: Steve Kriss <stephen.kriss@gmail.com>
Signed-off-by: Steve Kriss <stephen.kriss@gmail.com>
@skriss skriss changed the title [WIP] change default xDS server to envoy change default xDS server to envoy Mar 7, 2024
@skriss skriss removed the do not merge Don't merge this PR until this label is removed. label Mar 7, 2024
Signed-off-by: Steve Kriss <stephen.kriss@gmail.com>
@skriss
Copy link
Member Author

skriss commented Mar 7, 2024

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

@skriss skriss marked this pull request as ready for review March 7, 2024 17:21
@skriss skriss requested a review from a team as a code owner March 7, 2024 17:21
@skriss skriss requested review from tsaarni and sunjayBhatia and removed request for a team March 7, 2024 17:21
@sunjayBhatia sunjayBhatia requested review from a team, izturn and clayton-gonsalves and removed request for a team March 7, 2024 17:21
Signed-off-by: Steve Kriss <stephen.kriss@gmail.com>
@skriss
Copy link
Member Author

skriss commented Mar 12, 2024

@sunjayBhatia thanks for the review on #6255; once this one is approved as well I'll merge 'em both.

@skriss skriss merged commit 23a0297 into projectcontour:main Mar 12, 2024
26 checks passed
@skriss skriss deleted the pr-envoy-xds-server branch March 12, 2024 18:35
lubronzhan pushed a commit to lubronzhan/contour that referenced this pull request Mar 13, 2024
The default xDS server implementation is
now `envoy`, i.e. the go-control-plane
implementation.

Updates projectcontour#2134.

Signed-off-by: Steve Kriss <stephen.kriss@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/deprecation A deprecation or removal that needs about a paragraph of explanation in the release notes. release-note/major A major change that needs more than a paragraph of explanation in the release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants