Files
kubernetes/pkg/controller
Kubernetes Submit Queue c40a668ae4 Merge pull request #40081 from kargakis/cleanup-policy-fix
Automatic merge from submit-queue

controller: decouple cleanup policy from deployment strategies

Deployments get cleaned up only when they are paused, they get scaled up/down,
or when the strategy that drives rollouts completes. This means that stuck
deployments that fall into none of the above categories will not get cleaned
up. Since cleanup is already safe by itself (we only delete old replica sets
that are synced by the replica set controller and have no replicas) we can
execute it for every deployment when there is no intention to rollback.

Fixes https://github.com/kubernetes/kubernetes/issues/40068
2017-01-19 04:35:39 -08:00
..
2017-01-17 16:18:18 -05:00
2017-01-11 09:09:48 -05:00
2017-01-17 16:18:18 -05:00
2016-10-13 16:10:24 -07:00
2016-07-16 13:48:21 -04:00
2016-11-02 16:19:30 -07:00