Skip to content

Commit 9fb844e

Browse files
committed
promote HonorPVReclaimPolicy to GA
Signed-off-by: carlory <[email protected]>
1 parent 60dd2a9 commit 9fb844e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

keps/prod-readiness/sig-storage/2644.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ kep-number: 2644
22
alpha:
33
approver: "@ehashman"
44
beta:
5+
approver: "@ehashman"
6+
stable:
57
approver: "@ehashman"

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ 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)
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): [k8s-test-grid](https://testgrid.k8s.io/sig-storage-kubernetes#kind-storage-alpha-beta-features)
268268
269269
### Graduation Criteria
270270
@@ -390,6 +390,7 @@ No.
390390
391391
1.26: Alpha
392392
1.31: Add e2e tests for the feature and promote to Beta.
393+
1.33: Promote to GA.
393394
394395
## Drawbacks
395396
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

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ approvers:
1616
see-also:
1717
replaces:
1818

19-
stage: beta
19+
stage: stable
2020

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

2323
milestone:
2424
alpha: "v1.23"
2525
beta: "v1.31"
26+
stable: "v1.33"
2627

2728
feature-gates:
2829
- name: HonorPVReclaimPolicy

0 commit comments

Comments
 (0)