Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retry using a different pod when the node shutdown.
When the node shutdown then the retry pod will always be the same pod because it can not recognise that the pod can not work anymore and k8s can not delete the pod before the node recovers and it causes the retry is actually not to work. I fix it by checking the DeletionTimestamp to know if the pod is actually not work any more. Fix #6558 Signed-off-by: yuzhipeng <zpyu@alauda.io>
- Loading branch information