kubedirector icon indicating copy to clipboard operation
kubedirector copied to clipboard

policy for automated pod restart when unresponsive

Open joel-bluedata opened this issue 5 years ago • 0 comments

Currently if a pod is unresponsive, some other user/client may have to explicitly issue a pod delete to reboot it. This is standard practice for statefulset pods and there are reasons that K8s doesn't just always automatically restart a pod on a new host. However we need to think about whether we should support optional policies for automated pod restart, specifiable in the app CR and/or cluster CR.

joel-bluedata avatar Feb 15 '20 23:02 joel-bluedata