We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b7539 commit e755626Copy full SHA for e755626
pkg/preflights/host-preflight.yaml
@@ -87,8 +87,9 @@ spec:
87
collectorName: Kube API Server Port
88
port: 6443
89
- tcpPortStatus:
90
- collectorName: Envoy Port
+ collectorName: Envoy Internal Port
91
port: 7443
92
+ interface: lo
93
94
collectorName: Kotsadm Node Port
95
port: {{ .AdminConsolePort }}
@@ -590,8 +591,8 @@ spec:
590
591
- error:
592
message: Port 6443/TCP is required, but an unexpected error occurred when trying to connect to it. Ensure port 6443/TCP is available.
593
- checkName: Envoy Port Availability
594
+ checkName: Envoy Internal Port Availability
595
596
outcomes:
597
- fail:
598
when: "connection-refused"
0 commit comments