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 {
|
for _, node := range cluster.Nodes {
|
||||||
if node.Role == k3d.MasterRole {
|
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
|
// skip the init node here
|
||||||
if node == cluster.InitNode {
|
if node == cluster.InitNode {
|
||||||
continue
|
continue
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user