-
Notifications
You must be signed in to change notification settings - Fork 369
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: expose envoyproxy image by proxyConfig #1203
Conversation
43829c0
to
f78bfca
Compare
Codecov Report
@@ Coverage Diff @@
## main #1203 +/- ##
==========================================
- Coverage 61.81% 61.71% -0.10%
==========================================
Files 85 85
Lines 10749 10753 +4
==========================================
- Hits 6644 6636 -8
- Misses 3665 3675 +10
- Partials 440 442 +2
... and 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
The doc for custom envoy deployment resources is also provided. thanks |
thanks @Xunzhuo, code looks good, added comments around clarity of the image compatibility and suggestions around docs (thanks for proactively adding them !). |
a2f0b1b
to
ecff567
Compare
hey @Xunzhuo the API has changed since this PR started :) |
hey @Xunzhuo do you think this can get into 0.4.0-rc1 (releasing on April 13th) ? |
bde3701
to
cd1283e
Compare
@arkodg I have resolved all comments, plz take a look again! Thanks! |
7407e3a
to
1d51720
Compare
Signed-off-by: bitliu <[email protected]>
1d51720
to
19326fe
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.
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.
Thanks, looks good overall. I just found a couple of very minor nit-picks in the docs but let's not hold this PR up for those since we want to make sure this lands for 0.4.0-rc.1 tomorrow.
# Customize EnvoyProxy | ||
|
||
Envoy Gateway provides a [EnvoyProxy][] CRD that can be linked to the ParametersRef | ||
in GatewayClass y cluster admins to customize the managed EnvoyProxy Deployment and |
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.
nit: GatewayClass y cluster
EOF | ||
``` | ||
|
||
After applying the config, you can get the envoyproxy pods, and see new annotations has been added. |
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.
nit: annotations has been
-> annotations have been
Customize EnvoyProxy