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

Create a cleanup job to clean up IS, BC after some time #9

Closed
fridex opened this issue Oct 8, 2018 · 1 comment
Closed

Create a cleanup job to clean up IS, BC after some time #9

fridex opened this issue Oct 8, 2018 · 1 comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.

Comments

@fridex
Copy link
Contributor

fridex commented Oct 8, 2018

We should create a clean up job that will be run in AMUN_API_NAMESPACE and will delete unused resources after some time. Resources created by Amun API on a user request are:

  • image stream - this should be deleted by the cleanup job
  • buildconfig - this should be deleted by the cleanup job
  • jobs - these will be automatically deleted by garbage collector in Kubernetes

The job will be similar to the one used in Thoth - https://github.com/thoth-station/cleanup-job

@fridex fridex added the good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. label Oct 10, 2018
@fridex
Copy link
Contributor Author

fridex commented Mar 19, 2019

The implementation in https://github.com/thoth-station/cleanup-job was adjusted to have this generic.

@fridex fridex closed this as completed Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
Projects
None yet
Development

No branches or pull requests

1 participant