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

archive pipeline leaks containers #8867

Open
fredwangwang opened this issue Dec 11, 2023 · 0 comments
Open

archive pipeline leaks containers #8867

fredwangwang opened this issue Dec 11, 2023 · 0 comments
Labels

Comments

@fredwangwang
Copy link

Summary

Hi, I am using set-pipeline step to dynamically create/tear down pipelines for feature branches.

After using the feature for a while noticing new pipelines hitting issues with worker no longer able to create new containers due to the workers has reached max number of containers.

using fly containers reveals a bunch dangling containers for the instance pipelines that has already archived.

below shows one such container after the instance has been archived
image

Steps to reproduce

setting up multi branch workflow per: https://concourse-ci.org/multi-branch-workflows.html#multi-branch-tracking-branches,
then remove a branch.

OR I think manually set-pipeline and archive-pipeline could also trigger, but havent tested myself.

Expected results

Containers associated with archived pipeline are destroyed

Actual results

Containers associated with archived pipeline are leaked

Triaging info

  • Concourse version: 7.10.0
  • Did this used to work? Dont think so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant