summaryrefslogtreecommitdiff
path: root/sig-storage
diff options
context:
space:
mode:
authorSaad Ali <saadali@google.com>2016-10-06 18:20:31 -0700
committerGitHub <noreply@github.com>2016-10-06 18:20:31 -0700
commit7c3583328feb1239b76c876b2e06f6e180e87f16 (patch)
treea7db5fbb5fc3776eb497b5fdc3f4a8504ed7e3ce /sig-storage
parent1d59c2a38e85cef5defef736bee09774fcdd6923 (diff)
Update SIG-storage meeting information
Diffstat (limited to 'sig-storage')
-rw-r--r--sig-storage/README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/sig-storage/README.md b/sig-storage/README.md
index 5ba20db9..8bba8be2 100644
--- a/sig-storage/README.md
+++ b/sig-storage/README.md
@@ -2,8 +2,9 @@ The Kubernetes Storage Special-Interest-Group (SIG) is a working group within th
### Meeting
We hold a public meeting every two weeks, on Thursdays at 9 AM (PST).
-* The meeting is held on Google Hangouts: https://hangouts.google.com/hangouts/_/google.com/k8s-sig-storage
+* 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.
### 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)
@@ -13,6 +14,8 @@ Interested in contributing to storage features in Kubernetes? [Please read our g
* 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: https://github.com/kubernetes/kubernetes/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Fstorage
+* 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/
- * Volume plugin code can be found [here](https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fkubernetes%2Fkubernetes%2Ftree%2Fmaster%2Fpkg%2Fvolume&sa=D&sntz=1&usg=AFQjCNFKqi8vC-oTY46jEt8GBbwqm3619w).
+* 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/).