|
12 | 12 | - Governance and leadership changes
|
13 | 13 | -->
|
14 | 14 |
|
| 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 | + |
15 | 28 | 2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)?
|
16 | 29 |
|
17 | 30 | <!--
|
|
20 | 33 | Please raise an issue in kubernetes/community, if the KEP metadata is correct but the generated list is incorrect.
|
21 | 34 | -->
|
22 | 35 |
|
| 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 | + |
23 | 43 | 3. Did you have community-wide updates in 2023 (e.g. KubeCon talks)?
|
24 | 44 |
|
25 | 45 | <!--
|
26 | 46 | Examples include links to email, slides, or recordings.
|
27 | 47 | -->
|
| 48 | +- KubeCon NA update 2023: https://www.youtube.com/watch?v=spyEgGcqwFs |
| 49 | +- KubeCon EU update 2023: https://www.youtube.com/watch?v=zZFN9KMs5sI |
28 | 50 |
|
29 | 51 | 4. KEP work in 2023 (v1.27, v1.28, v1.29):
|
30 | 52 |
|
31 | 53 | - Alpha
|
32 | 54 | - [3751 - Kubernetes Volume Provisioned IO](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3751-volume-attributes-class) - v1.29
|
33 | 55 |
|
34 | 56 | - 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 |
37 | 58 | - [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 |
39 | 59 | - [3756 - Robust VolumeManager reconstruction after kubelet restart](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3756-volume-reconstruction) - v1.27
|
40 | 60 | - [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
|
41 | 61 |
|
42 | 62 | - Stable
|
43 | 63 | - [2268 - non graceful shutdown](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/2268-non-graceful-shutdown) - v1.28
|
44 | 64 | - [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 |
46 | 65 | - [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 |
48 | 66 | - [3333 - Retroactive default StorageClass assignment](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3333-retroactive-default-storage-class) - v1.28
|
49 | 67 |
|
50 | 68 | ## [Subprojects](https://git.k8s.io/community/sig-storage#subprojects)
|
|
65 | 83 |
|
66 | 84 | **Retired in 2023:**
|
67 | 85 | - Multitenancy
|
| 86 | + |
68 | 87 | **Continuing:**
|
69 | 88 | - Data Protection
|
70 | 89 | - Policy
|
|
0 commit comments