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

feat(proxy): introduce Concurrency under EnvoyProxy resource #1719

Merged
merged 2 commits into from
Aug 3, 2023

Conversation

ardikabs
Copy link
Contributor

What type of PR is this?
Introduce an additional field under EnvoyProxy for additional proxy-level configuration options. The idea should be similar to Istio's ProxyConfig.

What this PR does / why we need it: Our use case demands configuring the non-default concurrency for the Envoy proxy which currently is not supported by Envoy Gateway.

Which issue(s) this PR fixes: #1718

Fixes #

@ardikabs ardikabs requested a review from a team as a code owner July 27, 2023 08:26
@ardikabs
Copy link
Contributor Author

cc: @zirain

@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Merging #1719 (647fda3) into main (ea18f8f) will increase coverage by 0.16%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1719      +/-   ##
==========================================
+ Coverage   64.77%   64.94%   +0.16%     
==========================================
  Files          83       83              
  Lines       11925    11930       +5     
==========================================
+ Hits         7725     7748      +23     
+ Misses       3715     3702      -13     
+ Partials      485      480       -5     
Files Changed Coverage Δ
...ternal/infrastructure/kubernetes/proxy/resource.go 93.43% <100.00%> (+0.17%) ⬆️

... and 4 files with indirect coverage changes

Signed-off-by: Ardika Bagus <me@ardikabs.com>
@ardikabs ardikabs changed the title feat(proxy): introduce ProxyConfig under EnvoyProxy resource feat(proxy): introduce Concurrency under EnvoyProxy resource Jul 31, 2023
@arkodg
Copy link
Contributor

arkodg commented Jul 31, 2023

@ardikabs looks like you also need to run make generate and commit those changes in

Signed-off-by: Ardika Bagus <me@ardikabs.com>
@ardikabs
Copy link
Contributor Author

@arkodg yes, i missed the make generate. Fixed!

@arkodg arkodg added this to the 0.6.0-rc1 milestone Jul 31, 2023
Copy link
Contributor

@arkodg arkodg 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 !
lets wait until v0.5 lands to merge this PR, since this PR introduces doc changes

@arkodg arkodg requested review from a team, kflynn, LanceEa and Xunzhuo and removed request for a team August 2, 2023 21:30
@arkodg arkodg merged commit f8cf3e7 into envoyproxy:main Aug 3, 2023
18 checks passed
@ardikabs ardikabs deleted the feat-proxy-config branch August 4, 2023 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants