1
0
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:
galal-hussein
2018-09-20 18:55:20 +02:00
committed by Alena Prokharchyk
parent 8e3bf48a94
commit 95ba4ea61f
2 changed files with 4 additions and 15 deletions

View File

@@ -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 &currentCluster
}