The Kubernetes Storage Special-Interest-Group (SIG) is a working group within the Kubernetes contributor community interested in storage and volume plugins. ### Meeting We hold a public meeting every two weeks, on Thursdays at 9 AM (PST). * The meeting is held on Zoom: https://zoom.us/j/614261834 * Agenda and any notes from each meeting are captured in [this document](https://docs.google.com/document/d/1-8KEG8AjAgKznS9NFm3qWqkGyCHmvU6HVl0sk5hwoAE/edit?usp=sharing). * Contact saadali@google.com to be added to the calendar invite. * Recordings of past meetings: https://www.youtube.com/playlist?list=PLb1_clREIGYVaqvKaUsVyXxjfcSQDBnmB ### Contributing Interested in contributing to storage features in Kubernetes? [Please read our guide for new contributors](https://github.com/kubernetes/community/blob/master/sig-storage/contributing.md) ### Links * Public Slack Channel: https://kubernetes.slack.com/messages/sig-storage/details/ * Get invite to join here: http://slack.k8s.io/ * Google Group: https://groups.google.com/forum/#!forum/kubernetes-sig-storage * Github team: https://github.com/orgs/kubernetes/teams/sig-storage * Github issues: [link](https://github.com/kubernetes/kubernetes/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Fstorage) * Documentation for currently supported volume plugins: http://kubernetes.io/docs/user-guide/volumes/ * Code for Volume plugins can be found [here](https://github.com/kubernetes/kubernetes/tree/master/pkg/volume). * Code for volume controllers can be found [here](https://github.com/kubernetes/kubernetes/tree/master/pkg/controller/volume/). * Code for Kubelet volume manager can be found [here](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/volumemanager/).