Merge branch 'master-v3' of ssh://github.com/rancher/k3d into feature/master-loadbalancer

This commit is contained in:
iwilltry42 2020-04-08 17:53:03 +02:00
commit 3585161da0
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110

View File

@ -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