Hide Forgot
Description of problem: There should be a configuration for deployment, that defines the maximum number of deployment attempts (for some time period) to help avoid "CrashLoopBackOff" messages, and containers created as a result using a users quota.
Why isn't TimeoutSeconds in dc.spec.strategy.*params not enough?
What we probably want here is infant mortality so we can detect permanent errors and abort the deployment sooner than the specified timeout https://github.com/kubernetes/kubernetes/issues/18568
I think what we have in the docs: https://docs.openshift.org/latest/dev_guide/deployments.html#strategies (In reply to Michail Kargakis from comment #1) > Why isn't TimeoutSeconds in dc.spec.strategy.*params not enough? Is enough to cover what this RFE is asking for.