-
Notifications
You must be signed in to change notification settings - Fork 347
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
helm: make eg-addons support IPv6 cluster #4559
Conversation
test on my linux(IPv6 kind cluster) and macos m1(IPv4 kind cluster), full test will be inhttps://github.com//pull/4550. Split from #4550 because #4550 still need wait envoyproxy/ratelimit#748. |
internal/gatewayapi/testdata/securitypolicy-with-jwt-and-invalid-oidc.out.yaml
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4559 +/- ##
==========================================
- Coverage 65.60% 65.48% -0.12%
==========================================
Files 211 211
Lines 31696 31858 +162
==========================================
+ Hits 20793 20862 +69
- Misses 9698 9753 +55
- Partials 1205 1243 +38 ☔ View full report in Codecov by Sentry. |
Signed-off-by: zirain <zirain2009@gmail.com>
6cb142e
to
89fa2ad
Compare
service: | ||
telemetry: | ||
metrics: | ||
address: "[${env:MY_POD_IP}]:8888" |
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.
who is populating this env ?
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.
otel-collector pod
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.
we'd better change upstream charts, I do believe they should change the default 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.
LGTM thanks !
cc @juwon8891
xref: #4550 (comment)