Skip to content

Commit 4492ebd

Browse files
authored
Merge pull request #4397 from carlory/KEP-2644
promote KEP-2644 to beta in 1.31
2 parents 8ef3789 + 3c83e20 commit 4492ebd

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ The finalizer `kubernetes.io/pv-controller` will not be added on statically prov
264264
#### E2E tests
265265
An e2e test to exercise deletion of PV prior to deletion of PVC for a `Bound` PV-PVC pair.
266266
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+
267269
### Graduation Criteria
268270
269271
#### Alpha
@@ -387,6 +389,7 @@ No.
387389
## Implementation History
388390
389391
1.26: Alpha
392+
1.31: Add e2e tests for the feature and promote to Beta.
390393
391394
## Drawbacks
392395
None. The current behavior could be considered as a drawback, the KEP presents the fix to the drawback. The current

keps/sig-storage/2644-honor-pv-reclaim-policy/kep.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ owning-sig: sig-storage
66
participating-sigs:
77
status: implementable
88
creation-date: 2021-05-05
9-
last-updated: 2022-10-05
9+
last-updated: 2024-01-09
1010
reviewers:
1111
- "@xing-yang"
1212
- "@jsafrane"
@@ -16,14 +16,13 @@ approvers:
1616
see-also:
1717
replaces:
1818

19-
stage: alpha
19+
stage: beta
2020

21-
latest-milestone: "v1.26"
21+
latest-milestone: "v1.31"
2222

2323
milestone:
2424
alpha: "v1.23"
25-
beta: "v1.27"
26-
stable: "v1.28"
25+
beta: "v1.31"
2726

2827
feature-gates:
2928
- name: HonorPVReclaimPolicy

0 commit comments

Comments
 (0)