Skip to content

Commit f9f1765

Browse files
authored
Merge pull request #7822 from xing-yang/new-sig-storage-report-2023
New update to SIG Storage 2023 report
2 parents e5dc3a8 + c22c009 commit f9f1765

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

sig-storage/annual-report-2023.md

+24-5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@
1212
- Governance and leadership changes
1313
-->
1414

15+
GA milestones hit
16+
17+
- [2268 - non graceful shutdown](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/2268-non-graceful-shutdown) - v1.28
18+
- [2485 - ReadWriteOncePod PersistentVolume AccessMode](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/2485-read-write-once-pod-pv-access-mode) - v1.29
19+
- [3107 - SecretRef field addition to NodeExpandVolume request](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3107-csi-nodeexpandsecret) - v1.29
20+
- [3333 - Retroactive default StorageClass assignment](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3333-retroactive-default-storage-class) - v1.28
21+
22+
Successful progress
23+
24+
- [3751 - Kubernetes Volume Provisioned IO](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3751-volume-attributes-class) - v1.29
25+
- The VolumeAttributesClass Alpha feature was introduced in v1.29. This feature proposes an extension to the Kubernetes Persistent Volume API to allow users to change volume attributes after provisioning (for example, for IOPS or throughput).
26+
27+
1528
2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)?
1629

1730
<!--
@@ -20,31 +33,36 @@
2033
Please raise an issue in kubernetes/community, if the KEP metadata is correct but the generated list is incorrect.
2134
-->
2235

36+
- Write more tests; monitor test grid health; work on test framework out of tree; enhance CSI release tools.
37+
- Doc writer to improve docs on CSI side and in general in Storage side.
38+
- We have a weekly issue triage meeting, but would appreciate help with more efficient issue triage and help with fixing the issues.
39+
- https://github.com/orgs/kubernetes-csi/projects/52/views/3
40+
- https://docs.google.com/document/d/1n-dXXvCbHsPfO1yrKwT1qoC80KhsxHYKbRdChdzqeXY/edit#
41+
42+
2343
3. Did you have community-wide updates in 2023 (e.g. KubeCon talks)?
2444

2545
<!--
2646
Examples include links to email, slides, or recordings.
2747
-->
48+
- KubeCon NA update 2023: https://www.youtube.com/watch?v=spyEgGcqwFs
49+
- KubeCon EU update 2023: https://www.youtube.com/watch?v=zZFN9KMs5sI
2850

2951
4. KEP work in 2023 (v1.27, v1.28, v1.29):
3052

3153
- Alpha
3254
- [3751 - Kubernetes Volume Provisioned IO](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3751-volume-attributes-class) - v1.29
3355

3456
- Beta
35-
- [1710 - Skip SELinux relabeling of volumes](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/1710-selinux-relabeling) - v1.27
36-
- [2923 - In-tree Storage Plugin to CSI Migration - Ceph RBD](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/2923-csi-migration-ceph-rbd) - v1.27
57+
- [171: - Skip SELinux relabeling of volumes - SELinuxMountReadWriteOncePod](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/1710-selinux-relabeling) - v1.27
3758
- [3141 - Prevent unauthorised volume mode conversion](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3141-prevent-volume-mode-conversion) - v1.27
38-
- [3476 - Volume Group Snapshot](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3476-volume-group-snapshot) - v1.29
3959
- [3756 - Robust VolumeManager reconstruction after kubelet restart](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3756-volume-reconstruction) - v1.27
4060
- [3762 - PersistentVolume last phase transition time](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3762-persistent-volume-last-phase-transition-time) - v1.29
4161

4262
- Stable
4363
- [2268 - non graceful shutdown](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/2268-non-graceful-shutdown) - v1.28
4464
- [2485 - ReadWriteOncePod PersistentVolume AccessMode](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/2485-read-write-once-pod-pv-access-mode) - v1.29
45-
- [2644 - Honor Persistent Volume Reclaim Policy](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/2644-honor-pv-reclaim-policy) - v1.28
4665
- [3107 - SecretRef field addition to NodeExpandVolume request](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3107-csi-nodeexpandsecret) - v1.29
47-
- [3294 - Provision volumes from cross-namespace snapshots](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3294-provision-volumes-from-cross-namespace-snapshots) - v1.29
4866
- [3333 - Retroactive default StorageClass assignment](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3333-retroactive-default-storage-class) - v1.28
4967

5068
## [Subprojects](https://git.k8s.io/community/sig-storage#subprojects)
@@ -65,6 +83,7 @@
6583

6684
**Retired in 2023:**
6785
- Multitenancy
86+
6887
**Continuing:**
6988
- Data Protection
7089
- Policy

0 commit comments

Comments
 (0)