File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
keps/sig-storage/2644-honor-pv-reclaim-policy Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -264,6 +264,8 @@ The finalizer `kubernetes.io/pv-controller` will not be added on statically prov
264
264
#### E2E tests
265
265
An e2e test to exercise deletion of PV prior to deletion of PVC for a ` Bound` PV-PVC pair.
266
266
267
+ - ` test/e2e/storage/csimock/csi_honor_pv_reclaim_policy.go ` : [k8s-triage](https://storage.googleapis.com/k8s-triage/index.html?sig=scheduling,storage&test=honor%20pv%20reclaim%20policy)
268
+
267
269
### Graduation Criteria
268
270
269
271
#### Alpha
387
389
## Implementation History
388
390
389
391
1.26: Alpha
392
+ 1.31: Add e2e tests for the feature and promote to Beta.
390
393
391
394
## Drawbacks
392
395
None. The current behavior could be considered as a drawback, the KEP presents the fix to the drawback. The current
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ owning-sig: sig-storage
6
6
participating-sigs :
7
7
status : implementable
8
8
creation-date : 2021-05-05
9
- last-updated : 2022-10-05
9
+ last-updated : 2024-01-09
10
10
reviewers :
11
11
- " @xing-yang"
12
12
- " @jsafrane"
@@ -16,14 +16,13 @@ approvers:
16
16
see-also :
17
17
replaces :
18
18
19
- stage : alpha
19
+ stage : beta
20
20
21
- latest-milestone : " v1.26 "
21
+ latest-milestone : " v1.31 "
22
22
23
23
milestone :
24
24
alpha : " v1.23"
25
- beta : " v1.27"
26
- stable : " v1.28"
25
+ beta : " v1.31"
27
26
28
27
feature-gates :
29
28
- name : HonorPVReclaimPolicy
You can’t perform that action at this time.
0 commit comments