-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
SIG-Storage 2024 annual report #8320
Open
xing-yang
wants to merge
1
commit into
kubernetes:master
Choose a base branch
from
xing-yang:sig-storage-report-2024
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,15 +12,39 @@ | |
- Governance and leadership changes | ||
--> | ||
|
||
GA milestones hit | ||
|
||
- [3756 - Robust VolumeManager Reconstruction](https://github.com/kubernetes/enhancements/issues/3756) moved to GA in v1.30. This feature improves Kubelet handling of mounted volumes across restarts, enabling faster, more robust recovery. | ||
- [3141 - Prevent Unauthorized Volume Mode Conversion](https://github.com/kubernetes/enhancements/issues/3141) moved to GA in v1.30. This feature prevents unauthorized conversion of the volume mode when creating a Persistent Volume Claim from a Volume Snapshot. | ||
- [3762 - Persistent Volume last phase transition time](https://github.com/kubernetes/enhancements/issues/3762) moved to GA in v1.31. This feature adds a PersistentVolumeStatus field which holds a timestamp of when a PersistentVolume last transitioned to a different phase. This allows you to measure time e.g. between a PV Pending and Bound. This can be also useful for providing metrics and SLOs. | ||
- [1847 - Auto remove PVCs created by StatefulSet](https://github.com/kubernetes/enhancements/issues/1847) moved to GA in v1.32. This feature, co-owned with SIG-Apps, allows the PVCs created by StatefulSet to be automatically deleted when the volumes are no longer in use to ease management of StatefulSets that don't live indefinitely. | ||
|
||
Successful progress | ||
|
||
- [3751 - Kubernetes VolumeAttributesClass ModifyVolume](https://github.com/kubernetes/enhancements/issues/3751) moved to Beta in v1.31. This feature extends the Kubernetes Persistent Volume API to allow users to dynamically modify volume options (such as IOPs and throughput), after a volume is provisioned. (Note: The current status of this enhancement is marked as at risk for code freeze.) | ||
- [1790 - Recover from Volume Expansion Failure](https://github.com/kubernetes/enhancements/issues/1790) moved to Beta in v1.32. This feature allows users to recover from volume expansion failure by retrying with a smaller size. | ||
- [3476 - Volume Group Snapshot](https://github.com/kubernetes/enhancements/issues/3476) moved to Beta in v1.32. The feature introduces a VolumeGroupSnapshot API to take a snapshot of multiple volumes together. | ||
|
||
2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)? | ||
|
||
- Write more tests; monitor test grid health; work on test | ||
framework out of tree; enhance CSI release tools. | ||
- Doc writer to improve docs on CSI side and in general in | ||
Storage side. | ||
- We have a weekly issue triage meeting, but would apprecia | ||
te help with more efficient issue triage and help with fixi | ||
ng the issues. | ||
- https://github.com/orgs/kubernetes-csi/projects/52/views/3 | ||
|
||
3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)? | ||
|
||
<!-- | ||
Examples include links to email, slides, or recordings. | ||
--> | ||
|
||
- KubeCon NA update 2024: https://www.youtube.com/watch?v=DkpQSCX6KqQ | ||
- KubeCon EU update 2024: https://www.youtube.com/watch?v=pnNTd4VlWFQ | ||
|
||
4. KEP work in 2024 (v1.30, v1.31, v1.32): | ||
<!-- | ||
TODO: Uncomment the following auto-generated list of KEPs, once reviewed & updated for correction. | ||
|
@@ -30,21 +54,23 @@ | |
Please raise an issue in kubernetes/community, if the KEP metadata is correct but the generated list is incorrect. | ||
--> | ||
|
||
<!-- | ||
- Alpha | ||
- [3314 - KEP Template](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3314-csi-changed-block-tracking) - v1.32 | ||
- [4049 - Storage Capacity Scoring of Nodes for Dynamic Provisioning](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/4049-storage-capacity-scoring-of-nodes-for-dynamic-provisioning) - v1.32 | ||
- [1710 - Speed up recursive SELinux label change](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/1710-selinux-relabeling) | ||
- SELinuxMount moved to Alpha in v1.30 | ||
- SELinuxChangePolicy moved to Alpha in v1.32 | ||
|
||
- Beta | ||
- [1790 - Recover from volume expansion failure](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/1790-recover-resize-failure) - v1.32 | ||
- [2644 - Honor Persistent Volume Reclaim Policy](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/2644-honor-pv-reclaim-policy) - v1.31 | ||
- [3476 - Volume Group Snapshot](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3476-volume-group-snapshot) - v1.32 | ||
- [3751 - Kubernetes Volume Provisioned IO](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3751-volume-attributes-class) - v1.31 | ||
- [3751 - VolumeAttributesClass ModifyVolume](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3751-volume-attributes-class) - v1.31 | ||
- [2589 - Portworx in-tree to CSI driver migration](https://github.com/kubernetes/enhancements/issues/2589) - on-by-default in v1.31 | ||
|
||
- Stable | ||
- [3141 - Prevent unauthorised volume mode conversion](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3141-prevent-volume-mode-conversion) - v1.30 | ||
- [3756 - Robust VolumeManager reconstruction after kubelet restart](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3756-volume-reconstruction) - v1.30 | ||
- [3762 - PersistentVolume last phase transition time](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3762-persistent-volume-last-phase-transition-time) - v1.31 --> | ||
- [3762 - PersistentVolume last phase transition time](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3762-persistent-volume-last-phase-transition-time) - v1.31 | ||
- [1847 - Auto remove PVCs created by StatefulSet](https://github.com/kubernetes/enhancements/issues/1847) - v1.32 (co-owned with SIG-Apps) | ||
|
||
## [Subprojects](https://git.k8s.io/community/sig-storage#subprojects) | ||
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 go through the sub projects and find
|
||
|
||
|
@@ -74,12 +100,12 @@ | |
## Operational | ||
|
||
Operational tasks in [sig-governance.md]: | ||
- [ ] [README.md] reviewed for accuracy and updated if needed | ||
- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed | ||
- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed | ||
- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed | ||
- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed | ||
- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed | ||
- [x] [README.md] reviewed for accuracy and updated if needed | ||
- [x] [CONTRIBUTING.md] reviewed for accuracy and updated if needed | ||
- [x] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed | ||
- [x] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed | ||
- [x] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed | ||
- [x] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed | ||
|
||
|
||
[CONTRIBUTING.md]: https://git.k8s.io/community/sig-storage/CONTRIBUTING.md | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://kubernetes-csi.github.io/docs/ the doc homepage and changelog seems to be not updated.