You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With PR #386 we re-use container bundles on device restart. But there is also another situation when a workload exits and a restartPolicy is provided and thus the workload is restarted. In that case when the workload has exited with state SUCCEEDED then we should not delete the existing container bundle but re-use it.
Goals
Re-use container bundles when the restart policy is applied and workload is in state SUCCEEDED.
Final result
Summary
To be filled when the final solution is sketched.
Tasks
Task 1
Task 2
...
The text was updated successfully, but these errors were encountered:
Description
With PR #386 we re-use container bundles on device restart. But there is also another situation when a workload exits and a
restartPolicy
is provided and thus the workload is restarted. In that case when the workload has exited with stateSUCCEEDED
then we should not delete the existing container bundle but re-use it.Goals
Re-use container bundles when the restart policy is applied and workload is in state
SUCCEEDED
.Final result
Summary
To be filled when the final solution is sketched.
Tasks
The text was updated successfully, but these errors were encountered: