-
Notifications
You must be signed in to change notification settings - Fork 355
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
listen on ipv4 and ipv6 localhost addrs for admin server #4663
base: main
Are you sure you want to change the base?
Conversation
Relates to envoyproxy#4565 Signed-off-by: Arko Dasgupta <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4663 +/- ##
=======================================
Coverage 65.55% 65.55%
=======================================
Files 211 211
Lines 31946 31952 +6
=======================================
+ Hits 20942 20946 +4
Misses 9761 9761
- Partials 1243 1245 +2 ☔ View full report in Codecov by Sentry. |
b6d5fff
to
5fb4b12
Compare
@@ -15,8 +15,9 @@ envoyProxyForGatewayClass: | |||
path: /dev/null | |||
address: | |||
socket_address: | |||
address: 127.0.0.1 |
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.
plan to use this as the default value even for IPv4 cluster?
Signed-off-by: Arko Dasgupta <[email protected]>
5fb4b12
to
9f3356f
Compare
address: ::1 | ||
port_value: 19000 | ||
ipv4_compat: true |
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.
won't work on 127.0.0.1
Relates to #4565
Release Notes: Yes