Should we have stopSidecar retryable? #7452
Labels
kind/bug
Categorizes issue or PR as related to a bug.
kind/question
Issues or PRs that are questions around the project or a particular feature
Current Behaviour
When we stop sidecars at pod entrypoint, we are currently marking the TaskRun as failed once any Sidecar is not stopped as expected.
Expected Behaviour
We would want to examine whether it is possible to retry the stopSidecar process. This would lead to the questions:
Example use cases: the sideCar could not be stopped when resources hit concurrent modification error.
i.e. "Operation cannot be fulfilled on pods ; the object has been modified; please apply your changes to the latest version and try again."
/kind question
The text was updated successfully, but these errors were encountered: