Merge branch 'master-v3' of ssh://github.com/rancher/k3d into feature/master-loadbalancer
This commit is contained in:
commit
3585161da0
@ -193,6 +193,7 @@ initNodeFinished:
|
||||
for _, node := range cluster.Nodes {
|
||||
if node.Role == k3d.MasterRole {
|
||||
|
||||
time.Sleep(1) // FIXME: arbitrary wait for one second to avoid race conditions of masters registering
|
||||
// skip the init node here
|
||||
if node == cluster.InitNode {
|
||||
continue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user