# Kubernetes Fixes Leaked Volumes with HonorPVReclaimPolicy

DevFeed: [Kubernetes Fixes Leaked Volumes with HonorPVReclaimPolicy](<https://devfeed.tech/articles/kubernetes-fixes-leaked-volumes-with-honorpvreclaimpolicy-36.md>)

Original publisher: [Read original article](<https://blog.abhimanyu-saharan.com/posts/kubernetes-fixes-leaked-volumes-with-honorpvreclaimpolicy>)

Author: Abhimanyu Saharan

Published: 2025-06-10T00:00:00Z

Content type: article

Language: en

Sources: [Abhimanyu Saharan](<https://devfeed.tech/sources/abhimanyu-s-blog.md>)

Topics: [Kubernetes v1.33](<https://devfeed.tech/topics/kubernetes-v1-33.md>)

Tags: [drivers](<https://devfeed.tech/tags/drivers.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-v1-33](<https://devfeed.tech/tags/kubernetes-v1-33.md>), [storage](<https://devfeed.tech/tags/storage.md>)

## AI overview

Kubernetes 1.33 honors PV reclaim policies even when persistent volumes are deleted before their claims, preventing storage leaks across CSI and in-tree drivers.

## Source excerpt

Kubernetes 1.33 ensures PV reclaim policies are honored even if PVs are deleted before PVCs, preventing storage leaks across CSI and in-tree drivers.