-
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
Add dynamic Runtime layer to bootstrap #4387
Add dynamic Runtime layer to bootstrap #4387
Conversation
RuntimeCache returns only the dynamic layer if requested Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
0d8f053
to
de54b99
Compare
Codecov Report
@@ Coverage Diff @@
## main #4387 +/- ##
==========================================
+ Coverage 76.94% 76.99% +0.04%
==========================================
Files 139 140 +1
Lines 12750 12767 +17
==========================================
+ Hits 9811 9830 +19
+ Misses 2683 2681 -2
Partials 256 256
|
- Follow up to projectcontour#4387 - Adds Runtime section to Envoy configuration in ContourConfiguration CRD (to be copied over to config file parameters) Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Marking this PR stale since there has been no activity for 14 days. It will be closed if there is no activity for another 30 days. |
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.
Oh, I reviewed the PR that builds on this first, this LGTM.
Marking this PR stale since there has been no activity for 14 days. It will be closed if there is no activity for another 30 days. |
Marking this PR stale since there has been no activity for 14 days. It will be closed if there is no activity for another 30 days. |
Marking this PR stale since there has been no activity for 14 days. It will be closed if there is no activity for another 30 days. |
Marking this PR stale since there has been no activity for 14 days. It will be closed if there is no activity for another 30 days. |
Marking this PR stale since there has been no activity for 14 days. It will be closed if there is no activity for another 30 days. |
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
RuntimeCache returns only the dynamic layer if requested
Next step: add configurability