-
Notifications
You must be signed in to change notification settings - Fork 246
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
Clean up old builds #7
Comments
Comment by jchauncey I would make this an option. That way people can inspect that state of a failed build and see what went wrong. |
Comment by bacongobbler We could add a configurable option like BUILD_HISTORY_LIMIT that limits the number of pod/configmap sets that are available to view from the most recent builds. That along with a plugin system to push logs offshore would ideally be the best of both worlds. |
Comment by technosophos At this point, we are setting a timestamp on secrets to indicate when it is safe to clean them up, but we still aren't automating anything. |
Comment by u2takey Should we add cmd delete/remove on brigage-client? For now, adding a cmd : clearall, which clean all brigage-related resource, will be very helpful for developers. |
The idea to make this a feature of |
|
Fix missing workerInfo
Issue by technosophos
2017-04-20 22:40:22
Right now, each build creates at least one pod and one config map. Currently, for logging, these must persist "until the user is done with them" (e.g. until the logs are no longer relevant.
Really, we probably want to destroy the pod/configmap soon after it's run. But we can't really do this until we persist logging elsewhere
The text was updated successfully, but these errors were encountered: