Reintroduce custom storage-SIG content
Closes https://github.com/kubernetes/community/issues/710
This commit is contained in:
parent
1ee3dc7adf
commit
e6c7f6b3ff
|
@ -25,4 +25,39 @@ Meeting notes and Agenda can be found [here](https://docs.google.com/document/d/
|
||||||
|
|
||||||
<!-- BEGIN CUSTOM CONTENT -->
|
<!-- BEGIN CUSTOM CONTENT -->
|
||||||
|
|
||||||
|
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 (PT).
|
||||||
|
* 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/
|
||||||
|
* Our channel is `sig-storage`
|
||||||
|
* Google Groups
|
||||||
|
* General storage SIG related discussions (join to participate).
|
||||||
|
* [kubernetes-sig-storage](https://groups.google.com/forum/#!forum/kubernetes-sig-storage)
|
||||||
|
* Archive of Github team notifications (Monitor these for Github activity, you don't have to join them):
|
||||||
|
* [kubernetes-sig-storage-api-reviews](https://groups.google.com/forum/#!forum/kubernetes-sig-storage-api-reviews) - On GitHub `@kubernetes/sig-storage-api-reviews` will CC this group.
|
||||||
|
* [kubernetes-sig-storage-bugs](https://groups.google.com/forum/#!forum/kubernetes-sig-storage-bugs) - On GitHub metioning `@kubernetes/sig-storage-bugs` will CC this group.
|
||||||
|
* [kubernetes-sig-storage-feature-requests](https://groups.google.com/forum/#!forum/kubernetes-sig-storage-feature-requests) - On GitHub metioning `@kubernetes/sig-storage-feature-requests` will CC this group.
|
||||||
|
* [kubernetes-sig-storage-misc](https://groups.google.com/forum/#!forum/kubernetes-sig-storage-misc) - On GitHub metioning `@kubernetes/sig-storage-misc` will CC this group.
|
||||||
|
* [kubernetes-sig-storage-pr-reviews](https://groups.google.com/forum/#!forum/kubernetes-sig-storage-pr-reviews) - On GitHub metioning `@kubernetes/sig-storage-pr-reviews` will CC this group.
|
||||||
|
* [kubernetes-sig-storage-proposals](https://groups.google.com/forum/#!forum/kubernetes-sig-storage-proposals) - On GitHub metioning `@kubernetes/sig-storage-proposals` will CC this group.
|
||||||
|
* [kubernetes-sig-storage-test-failures](https://groups.google.com/forum/#!forum/kubernetes-sig-storage-test-failures) - On GitHub metioning `@kubernetes/sig-storage-test-failures` will CC this group.
|
||||||
|
* Github Issues
|
||||||
|
* [link](https://github.com/kubernetes/kubernetes/issues?q=is%3Aopen+is%3Aissue+label%3Asig%2Fstorage)
|
||||||
|
* Documentation for currently supported volume plugins: http://kubernetes.io/docs/user-guide/volumes/
|
||||||
|
* Code
|
||||||
|
* [Volume plugins](https://github.com/kubernetes/kubernetes/tree/master/pkg/volume)
|
||||||
|
* [Volume controllers](https://github.com/kubernetes/kubernetes/tree/master/pkg/controller/volume/)
|
||||||
|
* [Kubelet volume manager](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/volumemanager/)
|
||||||
|
|
||||||
<!-- END CUSTOM CONTENT -->
|
<!-- END CUSTOM CONTENT -->
|
||||||
|
|
Loading…
Reference in New Issue