-
Notifications
You must be signed in to change notification settings - Fork 459
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
Released PVs are not deleted #452
Comments
I second this, seems like after a deployment is deleted the associated pvc/pv remains! |
This is also what i have experienced. Anyone found a solution? |
For me the issue was this, since i am using SELinux: |
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. |
This issue was closed because it has been stalled for 5 days with no activity. |
I have noticed that after draining a node, the Released
PV
s withReclaimPolicy
set toDelete
never get deleted. When runningkubectl describe pv <name>
, I can see the following:The node is
uncordoned
after few minutes and is in ready state. Could it be that thelocal-path
gives up after 120s and never tries to clean up the released PVs? If so, can I change some config to keep trying longer?The text was updated successfully, but these errors were encountered: