| Summary: | [RFE] garbage collect stale replication controllers | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Evgheni Dereveanchin <ederevea> |
| Component: | RFE | Assignee: | Michal Fojtik <mfojtik> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | zhou ying <yinzhou> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.1.0 | CC: | akokshar, aos-bugs, erich, erjones, jkaur, jokerman, mfojtik, mkargaki, mmccomas, skuznets, wsun |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://github.com/kubernetes/kubernetes/pull/19590 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-09-28 11:38:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Evgheni Dereveanchin
2016-02-26 16:52:54 UTC
*** Bug 1326529 has been marked as a duplicate of this bug. *** Related gh issue: https://github.com/openshift/origin/issues/6731 Deployment cleanup policy was added in https://github.com/openshift/origin/issues/8691 Michal, does that satisfy this? Yes, dc.spec.revisionHistoryLimit satisfies this bug. Confirmed with OCP , the issue has fixed: openshift v3.3.0.27 kubernetes v1.3.0+507d3a7 etcd 2.3.0+git Auto cleanup the first RC, only retain the latest 3 RC; oc get rc NAME DESIRED CURRENT AGE history-limit-3 0 0 9m history-limit-4 0 0 7m history-limit-5 1 1 7m |