mirror of
https://github.com/rancher/rke.git
synced 2025-08-31 22:46:25 +00:00
Fix local port check
This commit is contained in:
committed by
Alena Prokharchyk
parent
caa2c524a6
commit
b71fd3ba35
@@ -431,7 +431,7 @@ func checkPlaneTCPPortsFromHost(ctx context.Context, host *hosts.Host, portList
|
||||
return err
|
||||
}
|
||||
|
||||
containerLog, logsErr := docker.GetContainerLogsStdoutStderr(ctx, host.DClient, PortCheckContainer, "1")
|
||||
containerLog, logsErr := docker.GetContainerLogsStdoutStderr(ctx, host.DClient, PortCheckContainer, "all", true)
|
||||
if logsErr != nil {
|
||||
log.Warnf(ctx, "[network] Failed to get network port check logs: %v", logsErr)
|
||||
}
|
||||
|
Reference in New Issue
Block a user