-
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
ci: enable ipv6 test #4853
ci: enable ipv6 test #4853
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4853 +/- ##
==========================================
- Coverage 66.09% 66.04% -0.05%
==========================================
Files 209 209
Lines 31890 31890
==========================================
- Hits 21077 21062 -15
- Misses 9571 9582 +11
- Partials 1242 1246 +4 ☔ View full report in Codecov by Sentry. |
Signed-off-by: zirain <[email protected]>
47912a3
to
3449688
Compare
@@ -16,6 +16,7 @@ metadata: | |||
name: proxy-config | |||
namespace: envoy-gateway-system | |||
spec: | |||
ipFamily: IPv4 |
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.
IpFamily needs to be set explicitly, sed
will change it to right value.
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: use {IP_FAMILY}
instead of IPv4
to make it clearer?
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.
use IPv4
directly allow you apply this file without run make prepare-ip-family
for debugging
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 for driving this !
No description provided.