You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a bug in the upstream where Jobs and Pods created as a result of a ScheduledJob run would have names that weren't unique enough, which prevented the ScheduledJob from completing.
It was fixed in kubernetes/kubernetes#36812.
Without that fix it's really hard to reliably run recurring tasks in Origin so I propose it should be backported to Origin v1.4.0+rc1 and carried over to later v1.4.* releases.
There was a bug in the upstream where Jobs and Pods created as a result of a ScheduledJob run would have names that weren't unique enough, which prevented the ScheduledJob from completing.
It was fixed in kubernetes/kubernetes#36812.
Without that fix it's really hard to reliably run recurring tasks in Origin so I propose it should be backported to Origin v1.4.0+rc1 and carried over to later v1.4.* releases.
Version
oc v1.4.0-rc1+b4e0954
kubernetes v1.4.0+776c994
features: Basic-Auth GSSAPI Kerberos SPNEGO
Server https://localhost:8443
openshift v1.4.0-rc1+b4e0954
kubernetes v1.4.0+776c994
Steps To Reproduce
Current Result
The job stops running after some time.
Expected Result
The job should keep running.
Additional Information
Logs from origin-master:
The text was updated successfully, but these errors were encountered: