-
Notifications
You must be signed in to change notification settings - Fork 30
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
kube-task process stuck and pod never terminates #6
Comments
I just experienced the same error |
I'm experiencing the same problem.
I've restarted the jenkins-backup pod and the backup process gets stuck again with a different file.
@rumi-spock How do you pass param with list of paths to be excluded? |
Unless I'm missing somethingn doesn't look like there's a way to submit issue to @maorfr repo. |
hello! PRs are welcome! |
Hey @maorfr Thanks |
@ALL Since this repo seems to be no longer maintained I created a fork by my own and added a flag that allows you to skip files that produces errors. For me the issue was that files got deleted while the backup job runs. Since the backup job gathers all files at the start, this leads to errors copying files and terminates the job. Therefore I added the flag and errors are logged but the job keeps running. If anyone is interested use the fork: You can find the docker image at: If the maintainer sees this and wants me to create a PR comment here and I will create one. EDIT: A I missed the comment of @maorfr - So I will create a PR for this. For this I have to adjust the skbn module EDIT: I created the PRs: maorfr#6 |
Hey @sunoce , Thanks for your reply in advance. |
Hey @sudhirnikhade you can use the image. If you use the full repo you will have to use the fork aswell. But I can also finish the Pull Request - I just forgot it. Kind regards |
Hi @sunoce , Thank, |
Hi, I am using this image (https://github.com/amerello/kube-tasks) that solve the problem: https://hub.docker.com/r/amerello/kube-tasks It skips this kind of error and goes ahead, those files are empty. Hope that helps!! |
Hi
We are using kube-tasks to create Jenkins backup following the guidelines from Jenkins helm chart. Generally it woks great but I have noticed very often that our backup process gets stuck and process never exits leaving the pod in running state. Unless this stuck pod is deleted, no new backup job is triggered.
Another thing I noticed is, it always gets stuck when copying slave node files and it does throw an error
The text was updated successfully, but these errors were encountered: