Skip to content

Commit

Permalink
listen on ipv4 and ipv6 localhost addrs for admin server
Browse files Browse the repository at this point in the history
Relates to envoyproxy#4565

Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg committed Nov 7, 2024
1 parent 2b494e4 commit 5e3ba7f
Show file tree
Hide file tree
Showing 54 changed files with 155 additions and 101 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ envoyProxyForGatewayClass:
path: /dev/null
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
ipv4_compat: true
layered_runtime:
layers:
- name: global_config
Expand Down Expand Up @@ -87,7 +88,7 @@ envoyProxyForGatewayClass:
- endpoint:
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
- connect_timeout: 10s
load_assignment:
Expand Down Expand Up @@ -532,7 +533,8 @@ xds:
path: /dev/null
address:
socketAddress:
address: 127.0.0.1
address: ::1
ipv4Compat: true
portValue: 19000
dynamicResources:
adsConfig:
Expand Down Expand Up @@ -572,7 +574,7 @@ xds:
- endpoint:
address:
socketAddress:
address: 127.0.0.1
address: ::1
portValue: 19000
name: prometheus_stats
type: STATIC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"address": {
"socketAddress": {
"address": "127.0.0.1",
"address": "::1",
"ipv4Compat": true,
"portValue": 19000
}
}
Expand Down Expand Up @@ -81,7 +82,7 @@
"endpoint": {
"address": {
"socketAddress": {
"address": "127.0.0.1",
"address": "::1",
"portValue": 19000
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ xds:
path: /dev/null
address:
socketAddress:
address: 127.0.0.1
address: ::1
ipv4Compat: true
portValue: 19000
dynamicResources:
adsConfig:
Expand Down Expand Up @@ -51,7 +52,7 @@ xds:
- endpoint:
address:
socketAddress:
address: 127.0.0.1
address: ::1
portValue: 19000
name: prometheus_stats
type: STATIC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ xds:
path: /dev/null
address:
socketAddress:
address: 127.0.0.1
address: ::1
ipv4Compat: true
portValue: 19000
dynamicResources:
adsConfig:
Expand Down Expand Up @@ -50,7 +51,7 @@ xds:
- endpoint:
address:
socketAddress:
address: 127.0.0.1
address: ::1
portValue: 19000
name: prometheus_stats
type: STATIC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"address": {
"socketAddress": {
"address": "127.0.0.1",
"address": "::1",
"ipv4Compat": true,
"portValue": 19000
}
}
Expand Down Expand Up @@ -81,7 +82,7 @@
"endpoint": {
"address": {
"socketAddress": {
"address": "127.0.0.1",
"address": "::1",
"portValue": 19000
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ xds:
path: /dev/null
address:
socketAddress:
address: 127.0.0.1
address: ::1
ipv4Compat: true
portValue: 19000
dynamicResources:
adsConfig:
Expand Down Expand Up @@ -51,7 +52,7 @@ xds:
- endpoint:
address:
socketAddress:
address: 127.0.0.1
address: ::1
portValue: 19000
name: prometheus_stats
type: STATIC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ xds:
path: /dev/null
address:
socketAddress:
address: 127.0.0.1
address: ::1
ipv4Compat: true
portValue: 19000
dynamicResources:
adsConfig:
Expand Down Expand Up @@ -50,7 +51,7 @@ xds:
- endpoint:
address:
socketAddress:
address: 127.0.0.1
address: ::1
portValue: 19000
name: prometheus_stats
type: STATIC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ xds:
path: /dev/null
address:
socketAddress:
address: 127.0.0.1
address: ::1
ipv4Compat: true
portValue: 19000
dynamicResources:
adsConfig:
Expand Down Expand Up @@ -51,7 +52,7 @@ xds:
- endpoint:
address:
socketAddress:
address: 127.0.0.1
address: ::1
portValue: 19000
name: prometheus_stats
type: STATIC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ spec:
path: /dev/null
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
ipv4_compat: true
layered_runtime:
layers:
- name: global_config
Expand Down Expand Up @@ -119,7 +120,7 @@ spec:
- endpoint:
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
- connect_timeout: 10s
load_assignment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ spec:
path: /dev/null
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
ipv4_compat: true
layered_runtime:
layers:
- name: global_config
Expand Down Expand Up @@ -118,7 +119,7 @@ spec:
- endpoint:
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
- connect_timeout: 10s
load_assignment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ spec:
path: /dev/null
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
ipv4_compat: true
layered_runtime:
layers:
- name: global_config
Expand Down Expand Up @@ -118,7 +119,7 @@ spec:
- endpoint:
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
- connect_timeout: 10s
load_assignment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ spec:
path: /dev/null
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
ipv4_compat: true
layered_runtime:
layers:
- name: global_config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ spec:
path: /dev/null
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
ipv4_compat: true
layered_runtime:
layers:
- name: global_config
Expand Down Expand Up @@ -118,7 +119,7 @@ spec:
- endpoint:
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
- connect_timeout: 10s
load_assignment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ spec:
path: /dev/null
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
ipv4_compat: true
layered_runtime:
layers:
- name: global_config
Expand Down Expand Up @@ -127,7 +128,7 @@ spec:
- endpoint:
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
- connect_timeout: 10s
load_assignment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ spec:
path: /dev/null
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
ipv4_compat: true
layered_runtime:
layers:
- name: global_config
Expand Down Expand Up @@ -118,7 +119,7 @@ spec:
- endpoint:
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
- connect_timeout: 10s
load_assignment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ spec:
path: /dev/null
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
ipv4_compat: true
layered_runtime:
layers:
- name: global_config
Expand Down Expand Up @@ -118,7 +119,7 @@ spec:
- endpoint:
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
- connect_timeout: 10s
load_assignment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ spec:
path: /dev/null
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
ipv4_compat: true
layered_runtime:
layers:
- name: global_config
Expand Down Expand Up @@ -118,7 +119,7 @@ spec:
- endpoint:
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
- connect_timeout: 10s
load_assignment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ spec:
path: /dev/null
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
ipv4_compat: true
layered_runtime:
layers:
- name: global_config
Expand Down Expand Up @@ -123,7 +124,7 @@ spec:
- endpoint:
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
- connect_timeout: 10s
load_assignment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ spec:
path: /dev/null
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
ipv4_compat: true
layered_runtime:
layers:
- name: global_config
Expand Down Expand Up @@ -118,7 +119,7 @@ spec:
- endpoint:
address:
socket_address:
address: 127.0.0.1
address: ::1
port_value: 19000
- connect_timeout: 10s
load_assignment:
Expand Down
Loading

0 comments on commit 5e3ba7f

Please sign in to comment.