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

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

Closed
jerry153fish opened this issue Mar 2, 2022 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@jerry153fish
Copy link
Contributor

jerry153fish commented Mar 2, 2022

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
@jerry153fish jerry153fish changed the title post-action clean up job occasional failed on self hosted github action runners post-action clean up job occasional failed on self-hosted github action runners Mar 2, 2022
@cpanato cpanato added bug Something isn't working help wanted Extra attention is needed labels Jun 14, 2022
@bianchi2
Copy link

I see the same issue, though in my case it's related to types of workloads deployed to the cluster. To mitigate it I delete workloads and restart docker too.

@Chinwendu20
Copy link

Yeah I am having the same issue

jerry153fish added a commit to jerry153fish/kind-action that referenced this issue Feb 27, 2023
jerry153fish added a commit to jerry153fish/kind-action that referenced this issue Feb 27, 2023
jerry153fish added a commit to jerry153fish/kind-action that referenced this issue Feb 27, 2023
jerry153fish added a commit to jerry153fish/kind-action that referenced this issue Feb 27, 2023
jerry153fish added a commit to jerry153fish/kind-action that referenced this issue Feb 27, 2023
jerry153fish added a commit to jerry153fish/kind-action that referenced this issue Feb 27, 2023
jerry153fish added a commit to jerry153fish/kind-action that referenced this issue Feb 27, 2023
jerry153fish added a commit to jerry153fish/kind-action that referenced this issue Feb 27, 2023
Signed-off-by: Author Name <authoremail@example.com>
jerry153fish added a commit to jerry153fish/kind-action that referenced this issue Feb 27, 2023
Signed-off-by: Jerry Chen <jerry153fish@gmail.com>
cpanato pushed a commit that referenced this issue Jul 11, 2023
Signed-off-by: Jerry Chen <jerry153fish@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants