Skip to content

Commit ee32188

Browse files
committed
add known failure modes
1 parent 8ec8fa2 commit ee32188

File tree

1 file changed

+2
-1
lines changed
  • keps/sig-apps/2307-job-tracking-without-lingering-pods

1 file changed

+2
-1
lines changed

keps/sig-apps/2307-job-tracking-without-lingering-pods/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -666,12 +666,13 @@ Yes, see [Deprecation](#deprecation) for the full plan.
666666
- Before 1.26: Observe the behavior in pods.
667667
- After 1.26: Based on metric `job_terminated_pod_tracking_finalizer`
668668
- Mitigations:
669-
Before 1.26, disable `JobTrackingWithFinalizers`.
669+
- Update to latest patch version of supported Kubernetes versions.
670670
- Diagnostics:
671671
The job controller reports errors updating the Job status and/or patching
672672
Pods.
673673
There were some bugs that would cause this (examples:
674674
[#109485](https://github.com/kubernetes/kubernetes/issues/109485),
675+
[119833](https://github.com/kubernetes/kubernetes/issues/119833),
675676
[#111646](https://github.com/kubernetes/kubernetes/pull/111646)).
676677
In newer versions, this can still happen if there is a buggy webhook
677678
that prevents pod updates to remove finalizers.

0 commit comments

Comments
 (0)