Skip to content

Commit e755626

Browse files
authored
fix(ec): 7443 only required on loopback interface (#2026)
1 parent e2b7539 commit e755626

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkg/preflights/host-preflight.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ spec:
8787
collectorName: Kube API Server Port
8888
port: 6443
8989
- tcpPortStatus:
90-
collectorName: Envoy Port
90+
collectorName: Envoy Internal Port
9191
port: 7443
92+
interface: lo
9293
- tcpPortStatus:
9394
collectorName: Kotsadm Node Port
9495
port: {{ .AdminConsolePort }}
@@ -590,8 +591,8 @@ spec:
590591
- error:
591592
message: Port 6443/TCP is required, but an unexpected error occurred when trying to connect to it. Ensure port 6443/TCP is available.
592593
- tcpPortStatus:
593-
checkName: Envoy Port Availability
594-
collectorName: Envoy Port
594+
checkName: Envoy Internal Port Availability
595+
collectorName: Envoy Internal Port
595596
outcomes:
596597
- fail:
597598
when: "connection-refused"

0 commit comments

Comments
 (0)