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
Thanks for raising this @calvinbui. We think it's a good idea to be able to do this. We've added this to our roadmap, but we're unable to commit to a timeline at this stage. In the meantime, a PR that plumbs this from the helm chart into the controller's config into these lines of code would be welcome.
It is currently set to
Always
which slows down our builds when the image is already present on the host.For example, it already pulled the image for
copy-agent
init container, but then has to pull it again for thecheckout
andagent
containers.This also includes the job/step container.
agent-stack-k8s/internal/controller/scheduler/scheduler.go
Line 243 in 3bf9caa
agent-stack-k8s/internal/controller/scheduler/scheduler.go
Line 315 in 3bf9caa
The text was updated successfully, but these errors were encountered: