mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-28 13:50:21 +00:00
Job controller synchronizes objects only when job itself or underlying pod changes. Or, when full resync is performed once 10 mins. This leads e2e test to unnecessarily wait that longer timeout, sometimes at least. I've added job modification action which triggers resync, if the job wasn't terminated within shorter period of time.