website/content/en/docs/concepts/workloads
Leon Barrett 7b92c46503 Fix description of back-off count reset
By carefully reading the code in `job_controller.go`, I finally understood that
the back-off count is reset when `forget` is true, which happens when `active`
or `successful` changes without any new failures right at the moment. That
happens in this code:

dd649bb7ef/pkg/controller/job/job_controller.go (L588)

That behavior does not match what this document says. My change fixes the doc
to match the code.

It might be better to fix the behavior to match the doc, since the behavior is
kind of weird to describe. But I imagine that the Kubernetes team will need to
consider factors I'm not aware of before deciding to change job back-off
behavior, so I am not going to the effort of proposing a change like that.
2020-07-10 14:10:05 -07:00
..
controllers Fix description of back-off count reset 2020-07-10 14:10:05 -07:00
pods Use a link to the generated API document 2020-06-24 22:23:28 +09:00
_index.md Add descriptions to Concept sections 2020-06-25 17:09:58 +01:00