Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions pkg/preflights/host-preflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ spec:
collectorName: Kube API Server Port
port: 6443
- tcpPortStatus:
collectorName: Envoy Port
collectorName: Envoy Internal Port
port: 7443
interface: lo
- tcpPortStatus:
collectorName: Kotsadm Node Port
port: {{ .AdminConsolePort }}
Expand Down Expand Up @@ -590,8 +591,8 @@ spec:
- error:
message: Port 6443/TCP is required, but an unexpected error occurred when trying to connect to it. Ensure port 6443/TCP is available.
- tcpPortStatus:
checkName: Envoy Port Availability
collectorName: Envoy Port
checkName: Envoy Internal Port Availability
collectorName: Envoy Internal Port
outcomes:
- fail:
when: "connection-refused"
Expand Down
Loading