Skip to content

Commit

Permalink
promote HonorPVReclaimPolicy to GA
Browse files Browse the repository at this point in the history
  • Loading branch information
carlory committed Jan 23, 2025
1 parent 60dd2a9 commit f54f764
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions keps/prod-readiness/sig-storage/2644.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ kep-number: 2644
alpha:
approver: "@ehashman"
beta:
approver: "@ehashman"
stable:
approver: "@ehashman"
3 changes: 2 additions & 1 deletion keps/sig-storage/2644-honor-pv-reclaim-policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ 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)
- [test/e2e/storage/csimock/csi_honor_pv_reclaim_policy.go](https://github.com/kubernetes/kubernetes/blob/2334b8469e1983c525c0c6382125710093a25883/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&include-filter-by-regex=CSI%20Mock%20honor%20pv%20reclaim%20policy)
### Graduation Criteria
Expand Down Expand Up @@ -390,6 +390,7 @@ No.
1.26: Alpha
1.31: Add e2e tests for the feature and promote to Beta.
1.33: Promote to GA.
## Drawbacks
None. The current behavior could be considered as a drawback, the KEP presents the fix to the drawback. The current
Expand Down
5 changes: 3 additions & 2 deletions keps/sig-storage/2644-honor-pv-reclaim-policy/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ approvers:
see-also:
replaces:

stage: beta
stage: stable

latest-milestone: "v1.31"
latest-milestone: "v1.33"

milestone:
alpha: "v1.23"
beta: "v1.31"
stable: "v1.33"

feature-gates:
- name: HonorPVReclaimPolicy
Expand Down

0 comments on commit f54f764

Please sign in to comment.