-
Notifications
You must be signed in to change notification settings - Fork 82
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
Identify / Fix causes of corruption in .git directory #389
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
For the |
@akhilerm it is uncertain when a next release of |
Thanks for the update @pjbgf . Will go through the rest of the changes that went into master after v5.12.0 which we currently use and then see if we can update to a commit. |
There are cases of corruption in
.git
directory that occurs randomly while running the publishing-bot which causes the bot to fail. Sometimes a PVC cleanup and restart fixes the issue.This will be an umbrella issue to track such corruptions and identify possible solutions:
A few of the recurring corruption issues are listed below
fatal: unexpected line in .git/packed-refs
Ref: kubernetes publishing bot is broken kubernetes#56876 (comment)The above 2 issues get fixed after cleaning up of the PVC
reference has changed concurrently
Ref: kubernetes publishing bot is broken kubernetes#56876 (comment). This sometimes get fixed during a rerun. This issue has been reported in go-git which publishing-bot uses for some git operations.The text was updated successfully, but these errors were encountered: