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
{{ message }}
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.
As far as I can tell, this only happens if I include all three of ttlSecondsAfterFinished: -1, activeDeadlineSeconds: -1 and cleanPodPolicy: Running. I'm not sure if the -1's are valid inputs, but either way I was surprised that it caused a crash in the operator rather than a rejection of the spec
The text was updated successfully, but these errors were encountered:
When running the following yaml,
I encounter a memory address/nil pointer error putting the operator into an infinite crash loop:
As far as I can tell, this only happens if I include all three of
ttlSecondsAfterFinished: -1
,activeDeadlineSeconds: -1
andcleanPodPolicy: Running
. I'm not sure if the -1's are valid inputs, but either way I was surprised that it caused a crash in the operator rather than a rejection of the specThe text was updated successfully, but these errors were encountered: