Skip to content

Commit 4fa3025

Browse files
author
Deepak Kinni
committed
Update KEP 2644 to reflect drop in support for in-tree statically provisioned volumes
Signed-off-by: Deepak Kinni <[email protected]>
1 parent 1954332 commit 4fa3025

File tree

1 file changed

+1
-4
lines changed
  • keps/sig-storage/2644-honor-pv-reclaim-policy

1 file changed

+1
-4
lines changed

keps/sig-storage/2644-honor-pv-reclaim-policy/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,7 @@ The pv-controller is also expected to add the finalizer to all existing in-tree
257257
258258
The pv-controller would also be responsible to add or remove the finalizer based on CSI Migration being disabled or enabled respectively.
259259
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.
264261
265262
### Test Plan
266263

0 commit comments

Comments
 (0)