diff --git a/keps/sig-apps/4443-configurable-pod-failure-policy-reasons/README.md b/keps/sig-apps/4443-configurable-pod-failure-policy-reasons/README.md index ef7cd4800091..7eb773ea18df 100644 --- a/keps/sig-apps/4443-configurable-pod-failure-policy-reasons/README.md +++ b/keps/sig-apps/4443-configurable-pod-failure-policy-reasons/README.md @@ -329,12 +329,9 @@ spec: ### Notes/Constraints/Caveats (Optional) - +It should be noted that upon pod failure, the Job's pod failure policy rules +are evaluated in order, and only the first matching rule is executed, even +if multiple rules match a pod failure. ### Risks and Mitigations