Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retry using different pod when node shutdown. #6572

Closed
wants to merge 1 commit into from

Commits on Apr 22, 2023

  1. 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 tektoncd#6558
    
    Signed-off-by: yuzhipeng <zpyu@alauda.io>
    yuzp1996 committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    bf509a7 View commit details
    Browse the repository at this point in the history