-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
StorageObjectInUseProtection (was Persistent Volume Claim Protection) #498
Comments
/assign |
This feature aims to fix the bug: kubernetes/kubernetes#45143 |
PR implementing this feature: https://github.com/kubernetes/kubernetes/pull/55824/files |
@pospispa 👋 Please indicate in the 1.9 feature tracking board |
@zacharysarah it seems I don't have write permission for the 1.9 feature tracking board. |
Does have progress in this feature? I want to track about it |
The alpha version of this feature is merged. PRs:
The alpha version doesn't include changes to scheduler that are not critical for the alpha version. Changes into scheduler are already approved (kubernetes/kubernetes#55957) and will be merged into K8s 1.10. Documentatio PR is open and documentation is under review. To sum it up, the alpha version of this feature should be released in K8s 1.9. |
This feature is planned to move to beta in 1.10 |
…used-in-a-pod-bring-to-beta Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Bring PVC Protection feature to Beta **What this PR does / why we need it**: Brings PVC Protection feature to Beta. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # N/A **Special notes for your reviewer**: xref kubernetes/enhancements#498 **Release note**: ```release-note PVC Protection alpha feature was renamed to Storage Protection. Storage Protection feature is beta. ```
Is kubernetes/community#1174 supposed to work when pods and PVCs are stored in different etcd clusters? |
Yes, it works via finalizers on the API objects. It doesn't matter if those resources are backed by different etcd clusters. Out of curiosity, are you aware of a setup that overrides etcd configuration to store PV and PVC objects in different etcd clusters? |
@pospispa If so, can you please ensure the feature is up-to-date with the appropriate:
cc @idvoretskyi |
/assign @tsmetana |
/milestone 1.11 |
@justaugustus I'd like to bring this feature to GA. I've created a PR: kubernetes/kubernetes#62870 Note: documentation changes are in PR kubernetes/website#7775 that should be re-opened after the source code is merged. I've updated the feature description. I don't have permission to update milestone and labels, but I hope @tsmetana or @jsafrane will update them. |
Thanks for the update! |
…ction-feature-to-GA-2nd-attempt Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Bring StorageObjectInUseProtection feature to GA **What this PR does / why we need it**: It brings `StorageObjectInUseProtection` feature to GA. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes N/A **Special notes for your reviewer**: Related features: kubernetes/enhancements#498 and kubernetes/enhancements#499 Related PR: #61324 **Release note**: ```release-note StorageObjectInUseProtection feature is GA. ```
PR kubernetes/kubernetes#62870 got merged. |
Are this and #499 both covered by Docs PR kubernetes/website#8159? They are separate line items in the release spreadsheet for 1.11. |
@mistyhacks yes, both are covered by kubernetes/website#8159 |
@pospispa I am the CI Signal lead for 1.11 and also work on Conformance testing program for K8s. I see this feature is going to Stable in 1.11. |
General discussion for PVC/PV conformance testing here: kubernetes/kubernetes#65155 |
@pospispa This feature was worked on in the previous milestone, so we'd like to check in and see if there are any plans for this to graduate stages in Kubernetes 1.12. This still has the 1.11 milestone as well so we need to update it accordingly. Can you please update the feature milestone tracking in the original post as well? Please note that the Features Freeze is July 31st, after which any incomplete Feature issues will require an Exception request to be accepted into the milestone.In addition, please be aware of the following relevant deadlines:
Please make sure all PRs for features have relevant release notes included as well. Happy shipping! |
This feature went GA in 1.11. I think this can be closed? |
Good catch, @msau42! |
Feature Description
The text was updated successfully, but these errors were encountered: