website/content/en/docs/concepts
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
..
architecture Add descriptions to Concept sections 2020-06-25 17:09:58 +01:00
cluster-administration Fix issue of document link in some documents 2020-07-05 22:46:08 +09:00
configuration Fix issue of document link in some documents 2020-07-05 22:46:08 +09:00
containers add no_list param 2020-07-01 12:06:04 -04:00
extend-kubernetes add no_list param 2020-07-01 12:06:04 -04:00
overview Merge pull request #21997 from sftim/20200622_tidy_concepts_section_post_docsy 2020-06-27 17:12:14 -07:00
policy Add descriptions to Concept sections 2020-06-25 17:09:58 +01:00
scheduling-eviction Fix issue of document link in some documents 2020-07-05 22:46:08 +09:00
security Add descriptions to Concept sections 2020-06-25 17:09:58 +01:00
services-networking Update ingress-controllers.md 2020-07-03 17:31:24 +02:00
storage Clarify PVC access modes in third paragraph 2020-06-29 16:05:36 -04:00
workloads Fix description of back-off count reset 2020-07-10 14:10:05 -07:00
_index.md Add descriptions to Concept sections 2020-06-25 17:09:58 +01:00