Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

promote KEP-2644 to beta in 1.31 #4397

Merged
merged 1 commit into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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