-
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
fix: explicitly set ip family and family policy in gateway spec #5019
Conversation
the PR looks good @tekulvw ! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5019 +/- ##
==========================================
- Coverage 66.73% 66.69% -0.05%
==========================================
Files 209 209
Lines 32058 32264 +206
==========================================
+ Hits 21394 21518 +124
- Misses 9385 9445 +60
- Partials 1279 1301 +22 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Will Tekulve <[email protected]>
76ae649
to
12ecb06
Compare
Should be good to go @arkodg |
thanks @tekulvw , can you also add a test case to TestService ? |
@arkodg added, that look okay? |
Signed-off-by: Will Tekulve <[email protected]>
318acb2
to
32f94db
Compare
@tekulvw I was referring to this function
ipFamily: DualStack and ipFamily: IPv6 , this is visually an easier way to catch regressions
|
Signed-off-by: Will Tekulve <[email protected]>
Yeah I just realized, are there docs for setting up local test envs? The new files I added should suffice. |
you can verify locally using |
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 thanks !
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #5004
Release Notes: Yes/No