SIG Storage is responsible for ensuring that different types of file and block storage (whether ephemeral or persistent, local or remote) are available wherever a container is scheduled (including provisioning/creating, attaching, mounting, unmounting, detaching, and deleting of volumes), storage capacity management (container ephemeral storage usage, volume resizing, etc.), influencing scheduling of containers based on storage (data gravity, availability, etc.), and generic operations on storage (snapshoting, etc.).
The charter defines the scope and governance of the Storage Special Interest Group.
- Regular SIG Meeting: Thursdays at 9:00 PT (Pacific Time) (biweekly). Convert to your timezone.
The Chairs of the SIG run operations and processes governing the SIG.
The following subprojects are owned by sig-storage:
- kubernetes-csi
- Owners:
- https://raw.githubusercontent.com/kubernetes-csi/csi-driver-cinder/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-driver-flex/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-driver-host-path/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-driver-iscsi/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-lib-common/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-lib-fc/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-lib-iscsi/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-test/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/docs/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/driver-registrar/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/drivers/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/kubernetes-csi.github.io/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/livenessprobe/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/external-attacher/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/external-provisioner/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/external-resizer/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/kubernetes-csi-migration-library/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/csi-api/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/csi-api/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/cluster-driver-registrar/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/node-driver-registrar/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-lib-utils/master/OWNERS
- Owners:
- external-storage
- git-sync
- nfs-provisioner
- volumes
The below teams can be mentioned on issues and PRs in order to get attention from the right people. Note that the links to display team membership will only work if you are a member of the org.
Team Name | Details | Description |
---|---|---|
@kubernetes/sig-storage-api-reviews | link | API Changes and Reviews |
@kubernetes/sig-storage-bugs | link | Bug Triage and Troubleshooting |
@kubernetes/sig-storage-feature-requests | link | Feature Requests |
@kubernetes/sig-storage-misc | link | General Discussion |
@kubernetes/sig-storage-pr-reviews | link | PR Reviews |
@kubernetes/sig-storage-proposals | link | Design Proposals |
@kubernetes/sig-storage-test-failures | link | Test Failures and Triage |
The Kubernetes Storage Special-Interest-Group (SIG) is a working group within the Kubernetes contributor community interested in storage and volume plugins.
We hold a public meeting every two weeks, on Thursdays at 9 AM (PT).
- Agenda and any notes from each meeting are captured in this document.
- Contact [email protected] to be added to the calendar invite.
- Recordings of past meetings: https://www.youtube.com/playlist?list=PLb1_clREIGYVaqvKaUsVyXxjfcSQDBnmB
Interested in contributing to storage features in Kubernetes? Please read our guide for new contributors
- 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
- Github Issues
- Documentation for currently supported volume plugins: https://kubernetes.io/docs/concepts/storage/volumes/
- Code