apecloud / kubeblocks

KubeBlocks is an open-source control plane software that runs and manages databases, message queues and other stateful applications on K8s.
https://kubeblocks.io
GNU Affero General Public License v3.0
2.05k stars 166 forks source link

[Improvement] Support InstanceSet auto recovers zombie pods #7734

Open free6om opened 2 months ago

free6om commented 2 months ago

When Pods are evicted (by Node reboot etc.), the phase will be Failed or Succeeded with DeletionTimestamp set to nil. InstanceSet should recover these zombie Pods by deleting the evicted ones and triggering new Pods to be created.

hldgs commented 2 months ago

Can you assign this issue to me(Tuodu Li)?

github-actions[bot] commented 1 month ago

This issue has been marked as stale because it has been open for 30 days with no activity