-
Notifications
You must be signed in to change notification settings - Fork 1.6k
KEP-2644: promote HonorPVReclaimPolicy to GA #5035
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,6 @@ kep-number: 2644 | |
alpha: | ||
approver: "@ehashman" | ||
beta: | ||
approver: "@ehashman" | ||
stable: | ||
approver: "@ehashman" | ||
carlory marked this conversation as resolved.
Show resolved
Hide resolved
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -264,7 +264,7 @@ The finalizer `kubernetes.io/pv-controller` will not be added on statically prov | |
#### E2E tests | ||
carlory marked this conversation as resolved.
Show resolved
Hide resolved
|
||
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) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This still holds. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I will submit a PR to add the new tests to k/k. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. will update it once kubernetes/kubernetes#129997 is merged. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you! |
||
|
||
### Graduation Criteria | ||
|
||
|
@@ -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 | ||
|
Uh oh!
There was an error while loading. Please reload this page.