-
Notifications
You must be signed in to change notification settings - Fork 453
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
unable to delete the helper pod "helper-pod-delete-pvc-XYZ" #438
Comments
Can you check the node name and labels to see if #413 applies? |
On my end the labels match the nodes name, so i assume your issue is not the same as mine. It seems more related to quickly creating and removing lots of volumes. In my case i was creating lots of pods with ephemeral volumes using the csi driver. |
@applike-ss |
I have setup my Gitlab with a pipeline that spawns a lot of jobs (say 50) at the same time. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
/unstale |
Hello,
i am experiencing the following error quite often:
In my use-case, i am creating many (50+) pvcs at almost the same time. Is there maybe a race condition?
After the pod using the pv is terminated, the pvs stay in released state instead of beind removed.
I am using v0.0.27 currently, as i use a different registry that doesn't contain v0.0.28 just yet and docker hub pull limits are just too low for every day production use.
Let me know if you need any more information to track this down.
EDIT: Additional information: for HA reasons i used 3 replicas instead of the default value from the chart. However I do see in the code that there was/is no Leader election enabled (it is set to disabled in the code).
The text was updated successfully, but these errors were encountered: