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
During the deployment proces there is a step to set password
for all nodes that were created. This step was running in single
thread and could take up to 10 minutes from the whole deployment.
Make it run in parallel, this significantly shortens the time needed
down to ~1 minute.
Signed-off-by: Ales Musil <[email protected]>
0 commit comments