Skip to content

Commit

Permalink
Merge pull request #4397 from carlory/KEP-2644
Browse files Browse the repository at this point in the history
promote KEP-2644 to beta in 1.31
  • Loading branch information
k8s-ci-robot authored May 14, 2024
2 parents 8ef3789 + 3c83e20 commit 4492ebd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 3 additions & 0 deletions keps/sig-storage/2644-honor-pv-reclaim-policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions keps/sig-storage/2644-honor-pv-reclaim-policy/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 4492ebd

Please sign in to comment.