Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
Description
Currently, if a pod fails to start due to some failure, it gets removed and new one is attempted. These sequence of events go on, until the app is killed. Given the speed of creation and deletion, it becomes difficult to debug the reason for failure.
So adding a configuration parameter to disable auto-deletion of pods, will be helpful for debugging.