This repository has been archived by the owner on May 25, 2023. It is now read-only.
Consider support multi-containers pod error code handling #776
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
sig/apps
Categorizes an issue or PR as relevant to SIG Apps.
Currently, the
LifecyclePolicy.ExitCode
only takes the first container exit code of the pod.So if users have multi-containers pod, it is impossible for them to specify the error handling behavior for each container in a pod.
I'd suggest to update the
LifecyclePolicy
API. SinceExitCode
is just added, I think it is of little risk to do it now.The text was updated successfully, but these errors were encountered: