Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Optimize helm deploy by using goroutines #9451

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

idsulik
Copy link
Contributor

@idsulik idsulik commented Jun 25, 2024

Description

  1. Optimized helm install by using goroutines which reduced deploy time by more than 50%
  2. Added config option to control the concurrency, by default it keeps current logic - sequential installation
  3. Minor fixes

in my case:
before: Deploy completed in 3 minutes 52.351 seconds
after: Deploy completed in 1 minute 57.148 seconds

colleague:
before: Deploy completed in 4 minutes 4.594 seconds
after: Deploy completed in 53.423 seconds

@idsulik idsulik marked this pull request as draft June 25, 2024 08:22
@pull-request-size pull-request-size bot added size/L and removed size/M labels Jun 25, 2024
@idsulik idsulik force-pushed the helm-deploy-optimization branch 3 times, most recently from 44fb2b8 to d1f1046 Compare June 25, 2024 13:49
@idsulik idsulik marked this pull request as ready for review July 10, 2024 07:20
@idsulik idsulik marked this pull request as draft August 7, 2024 08:19
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
@idsulik idsulik force-pushed the helm-deploy-optimization branch 2 times, most recently from 6900709 to eb48c18 Compare September 6, 2024 14:52
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
@idsulik idsulik marked this pull request as ready for review September 6, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant