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

parallelize deployments with a common image #3468

Closed
nicks opened this issue Jun 16, 2020 · 0 comments · Fixed by #3566
Closed

parallelize deployments with a common image #3468

nicks opened this issue Jun 16, 2020 · 0 comments · Fixed by #3566
Labels
enhancement New feature or request

Comments

@nicks
Copy link
Member

nicks commented Jun 16, 2020

Currently, if N Kubernetes deployments depend on the same image (or transitively on the same base image), the build controller won't try to parallelize them at all.

This avoids race conditions where the same image gets built multiple times.

But it should be able to

  • Do the first deployment
  • Detect that the image can be re-used in the other N-1 deployments
  • Parallelize the other N-1 deployments with the re-used image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant