Files
kubernetes/pkg/controller
Michail Kargakis a5029bf373 controller: support perma-failed deployments
This commit adds support for failing deployments based on a timeout
parameter defined in the spec. If there is no progress for the amount
of time defined as progressDeadlineSeconds then the deployment will be
marked as failed by adding a condition with a ProgressDeadlineExceeded
reason in it. Progress in the context of a deployment means the creation
or adoption of a new replica set, scaling up new pods, and scaling down
old pods.
2016-11-04 13:36:46 +01:00
..
2016-10-27 17:25:10 -07:00
2016-10-31 11:13:44 -04:00
2016-11-03 13:47:09 -07:00
2016-10-27 13:30:04 -07:00
2016-10-21 17:32:32 -07:00
2016-10-13 16:10:24 -07:00
2016-10-29 13:30:47 -07:00
2016-07-16 13:48:21 -04:00