Kubernetes 1.31 now honors the ReclaimPolicy of the PV #3762
daniddelrio
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to Kubernetes:
This means that this is enabled by default starting from 1.31. I know there are existing problems with PVs accumulating with ARC when ReclaimPolicy is set to Delete (see #2266).
Given that the ARC code itself is expecting the ReclaimPolicy to be Retain, it's important to explicitly state that ARC is expecting this ReclaimPolicy, OR to fix the issue with the Delete ReclaimPolicy to avoid unintended consequences after upgrading Kubernetes.
Beta Was this translation helpful? Give feedback.
All reactions