Replies: 1 comment
-
No, there is no locking around initialization of the database. If you put a random wait of 0-5 seconds on each of them, or staggered them by a few seconds, that should be fine. You just don't want them all trying to do initial database setup at the exact same time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I start a cluster with terraform with a for_each/count statement to launch multiple servers, would I have to worry about parallelism? or does k3s manage concurrency synchronization of DB access during cluster creation?
It would be a shame to work-around on terraform side with -parallelism=1
Beta Was this translation helpful? Give feedback.
All reactions