Skip to content
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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

arkodg
Copy link
Contributor

@arkodg arkodg commented Nov 7, 2024

Relates to #4565

Release Notes: Yes

@arkodg arkodg requested a review from a team as a code owner November 7, 2024 05:41
@arkodg arkodg marked this pull request as draft November 7, 2024 05:41
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 65.55%. Comparing base (2b494e4) to head (9f3356f).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
internal/cmd/envoy/shutdown_manager.go 0.00% 2 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@@ -15,8 +15,9 @@ envoyProxyForGatewayClass:
path: /dev/null
address:
socket_address:
address: 127.0.0.1
Copy link
Contributor

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]>
Comment on lines +18 to +20
address: ::1
port_value: 19000
ipv4_compat: true
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants