Skip to content

post-action clean up job occasional failed on self-hosted github action runners #54

@jerry153fish

Description

@jerry153fish

I have seen the cleanup jobs fails on our ci for multiple times in our self-hosted github runners

ERROR: failed to delete cluster "local": failed to delete nodes: command "docker rm -f -v local-control-plane" failed with error: exit status 1

Command Output: Error response from daemon: Could not kill running container 25a65[4] xxxx cannot remove - tried to kill container, but did not receive an exit event

This might be caused by kubernetes-sigs/kind#708.

Is it possible to add an option input failed_on_cleanup to force kind delete to return ture eg:

   kind delete xxx || true # if failed_on_cleanup set to false

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions