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
When creating a cluster with multiple nodes, it will panic probabilistically. In my environment, there are 3 master nodes and 3 worker nodes. It is found that kk panics when creating the cluster.
It seems that when there are many nodes, JoinNodesModulejoin will be executed concurrently, in which GenerateKubeadmConfig calls util.GetArgs, resulting in concurrent reading and writing of the map v1beta2.ApiServerArgs.
What is version of KubeKey has the issue?
v2.0.0
What is your os environment?
Ubuntu20.04
KubeKey config file
No response
A clear and concise description of what happend.
When creating a cluster with multiple nodes, it will panic probabilistically. In my environment, there are 3 master nodes and 3 worker nodes. It is found that kk panics when creating the cluster.
It seems that when there are many nodes, JoinNodesModulejoin will be executed concurrently, in which GenerateKubeadmConfig calls util.GetArgs, resulting in concurrent reading and writing of the map v1beta2.ApiServerArgs.
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: