mirror of
https://github.com/rancher/rke.git
synced 2025-08-31 14:36:32 +00:00
Fix cluster state network port check issue
This commit is contained in:
committed by
Alena Prokharchyk
parent
8e3bf48a94
commit
95ba4ea61f
@@ -216,6 +216,7 @@ func getStateFromNodes(ctx context.Context, uniqueHosts []*hosts.Host, alpineIma
|
||||
logrus.Debugf("[state] Failed to unmarshal the cluster file fetched from nodes: %v", err)
|
||||
return nil
|
||||
}
|
||||
log.Infof(ctx, "[state] Successfully fetched cluster state from Nodes")
|
||||
return ¤tCluster
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user