You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-storage/2644-honor-pv-reclaim-policy/README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,10 +257,7 @@ The pv-controller is also expected to add the finalizer to all existing in-tree
257
257
258
258
The pv-controller would also be responsible to add or remove the finalizer based on CSI Migration being disabled or enabled respectively.
259
259
260
-
261
-
Statically provisioned volumes would behave the same as dynamically provisioned volumes except in cases where the PV is not associated with a PVC, in such cases finalizer `kubernetes.io/pv-controller` is not added.
262
-
263
-
If at any point a statically provisioned PV is `Bound` to a PVC, then the finalizer `kubernetes.io/pv-controller` gets added by the pv-controller.
260
+
The finalizer `kubernetes.io/pv-controller` will not be added on statically provisioned in-tree volumes.
0 commit comments