Files
kubernetes/pkg
Kubernetes Submit Queue 808ed6bfd0 Merge pull request #34139 from liggitt/fix-jitter-until
Automatic merge from submit-queue

Fix wait.JitterUntil

https://github.com/kubernetes/kubernetes/pull/29743 changed a util method to cause process exits if a handler function panics.

Utility methods should not make process exit decisions. If a process (like the controller manager) wants to exit on panic, appending a panic handler or setting `ReallyCrash = true` is the right way to do that (discussed [here](https://github.com/kubernetes/kubernetes/pull/29743#r75509074)).

This restores the documented behavior of wait.JitterUntil
2016-10-06 13:40:08 -07:00
..
2016-09-19 09:57:19 -04:00
2016-10-03 12:46:39 -04:00
2016-10-03 14:44:18 -07:00
2016-09-22 23:37:27 +08:00
2016-08-31 13:46:40 -07:00
2016-08-25 10:57:31 -07:00
2016-09-29 17:35:43 -07:00
2016-08-22 14:18:15 -04:00
2016-09-28 10:53:30 -07:00
2016-09-27 12:44:54 -04:00
2016-09-20 14:47:31 +08:00
2016-10-06 15:38:34 +02:00
2016-10-03 22:39:33 +02:00
2016-10-05 13:15:16 -04:00