You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…d race condition causing error
fixesk3d-io#1410
When multiple nodes are created, each call to NodeAddToCluster was calling GatherEnvironmentInfo,
which was calling EnsureToolsNode() and then deleting the tools node. This causes some type of race
condition. The work doesn't need to be done multiple times anyways, so just move it up to
NodeAddToClusterMulti and do it once, before kicking off the goroutines.
…d race condition causing error
fixesk3d-io#1410
When multiple nodes are created, each call to NodeAddToCluster was calling GatherEnvironmentInfo,
which was calling EnsureToolsNode() and then deleting the tools node. This causes some type of race
condition. The work doesn't need to be done multiple times anyways, so just move it up to
NodeAddToClusterMulti and do it once, before kicking off the goroutines.
ligfx
added a commit
to ligfx/k3d
that referenced
this issue
Jul 10, 2024
…d race condition causing error
fixesk3d-io#1410
When multiple nodes are created, each call to NodeAddToCluster was calling GatherEnvironmentInfo,
which was calling EnsureToolsNode() and then deleting the tools node. This causes some type of race
condition. The work doesn't need to be done multiple times anyways, so just move it up to
NodeAddToClusterMulti and do it once, before kicking off the goroutines.
Looks similar to #924
What did you do
k3d node create my-new-nodes --cluster my-k3d-cluster --replicas 3 --trace --verbose
Screenshots or terminal output
Which OS & Architecture
Which version of
k3d
and
Which version of docker
The text was updated successfully, but these errors were encountered: