From 3c83e20612e5ff2702d8c41d8b5faa32a3aa0bc2 Mon Sep 17 00:00:00 2001 From: carlory Date: Tue, 9 Jan 2024 16:46:12 +0800 Subject: [PATCH] promote KEP-2644 to beta in 1.31 --- keps/sig-storage/2644-honor-pv-reclaim-policy/README.md | 3 +++ keps/sig-storage/2644-honor-pv-reclaim-policy/kep.yaml | 9 ++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/keps/sig-storage/2644-honor-pv-reclaim-policy/README.md b/keps/sig-storage/2644-honor-pv-reclaim-policy/README.md index 0d61891596d..6712663bf30 100644 --- a/keps/sig-storage/2644-honor-pv-reclaim-policy/README.md +++ b/keps/sig-storage/2644-honor-pv-reclaim-policy/README.md @@ -264,6 +264,8 @@ The finalizer `kubernetes.io/pv-controller` will not be added on statically prov #### E2E tests An e2e test to exercise deletion of PV prior to deletion of PVC for a `Bound` PV-PVC pair. +- `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) + ### Graduation Criteria #### Alpha @@ -387,6 +389,7 @@ No. ## Implementation History 1.26: Alpha +1.31: Add e2e tests for the feature and promote to Beta. ## Drawbacks None. The current behavior could be considered as a drawback, the KEP presents the fix to the drawback. The current diff --git a/keps/sig-storage/2644-honor-pv-reclaim-policy/kep.yaml b/keps/sig-storage/2644-honor-pv-reclaim-policy/kep.yaml index 49b1dc59b3f..3cf4b938e9a 100644 --- a/keps/sig-storage/2644-honor-pv-reclaim-policy/kep.yaml +++ b/keps/sig-storage/2644-honor-pv-reclaim-policy/kep.yaml @@ -6,7 +6,7 @@ owning-sig: sig-storage participating-sigs: status: implementable creation-date: 2021-05-05 -last-updated: 2022-10-05 +last-updated: 2024-01-09 reviewers: - "@xing-yang" - "@jsafrane" @@ -16,14 +16,13 @@ approvers: see-also: replaces: -stage: alpha +stage: beta -latest-milestone: "v1.26" +latest-milestone: "v1.31" milestone: alpha: "v1.23" - beta: "v1.27" - stable: "v1.28" + beta: "v1.31" feature-gates: - name: HonorPVReclaimPolicy