-
Notifications
You must be signed in to change notification settings - Fork 365
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: add labels to envoyService config #4427
Conversation
Signed-off-by: jukie <[email protected]>
ah actually you need to generate crds again. could you run |
Signed-off-by: jukie <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4427 +/- ##
==========================================
+ Coverage 65.81% 65.82% +0.01%
==========================================
Files 200 200
Lines 24171 24177 +6
==========================================
+ Hits 15907 15915 +8
+ Misses 7129 7127 -2
Partials 1135 1135 ☔ View full report in Codecov by Sentry. |
/retest |
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.
LGTM
What type of PR is this?
feat: add labels to envoyService config
What this PR does / why we need it:
This adds the ability to configure labels that should specifically be applied to the service within an EnvoyProxy spec. This is useful for doing things like selecting a cilium IP pool or other labels that a user doesn't want to be applied to all related resources via the existing infra labels option.
Which issue(s) this PR fixes:
Fixes #4417