diff options
| author | Tim Hockin <thockin@google.com> | 2016-12-20 16:55:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-20 16:55:12 -0800 |
| commit | d818a2dadc087213f1dea81f755b0509cc283904 (patch) | |
| tree | 03e1bd80425186323bb31a2bf63282a0bc2a5cf2 | |
| parent | e9cc2f36c380c4431c559d8129f08be175fccfdb (diff) | |
| parent | 91b7ade987fd8e7348403b7cb2146d89533e25ba (diff) | |
Merge pull request #185 from caseydavenport/update-sig-network
Update the SIG Network README
| -rw-r--r-- | sig-network/README.md | 44 |
1 files changed, 43 insertions, 1 deletions
diff --git a/sig-network/README.md b/sig-network/README.md index 3ef3658d..4fff02da 100644 --- a/sig-network/README.md +++ b/sig-network/README.md @@ -1 +1,43 @@ -[This wiki has moved](https://github.com/kubernetes/community/wiki/SIG-Network) +# SIG Network + +A Special Interest Group for networking in Kubernetes. + +## Meetings + +* Meetings: Every other Thursday @ 14:00 Pacific time +* [SIG Network Calendar](https://calendar.google.com/calendar/embed?src=ODhmZTFsM3FmbjJiNnIxMWs4dW01YW03NmNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ) +* Zoom Link: [https://zoom.us/j/5806599998](https://zoom.us/j/5806599998) +* [Agenda and Minutes](https://docs.google.com/document/d/1_w77-zG_Xj0zYvEMfQZTQ-wPP4kXkpGD8smVtW_qqWM/edit) +* Recorded meetings: TODO + +## Google Group / Mailing List + +Join the [SIG network mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-network) + +Most discussion happens on the Google Group and the weekly meetings help more quickly resolve issues +that come up in PRs or on the group. + +## Areas of Responsibility + +SIG Network is responsible for the following Kubernetes subsystems: + +- DNS +- Ingress +- Network plugins / CNI +- Network Policy +- Services / kube-proxy + +SIG Network is responsible for a number of issues and PRs. A summary can be found through GitHub search: + +* [SIG Network PRs](https://github.com/issues?utf8=%E2%9C%93&q=team%3Akubernetes%2Fsig-network+is%3Aopen+is%3Apr+) +* [SIG Network Issues](https://github.com/issues?utf8=%E2%9C%93&q=team%3A%22kubernetes%2Fsig-network%22+is%3Aopen+is%3Aissue) + +## Documents + +* [2017 Planning](https://docs.google.com/document/d/1fBxC36UCBnqY_w3m3TjdnXFsIT--GS6HmKb5o0nhkTk/edit#) + +## Organizers: + +* Casey Davenport <casey@tigera.io>, Tigera +* Dan Williams <dcbw@redhat.com>, Red Hat +* Tim Hockin <thockin@google.com>, Google |
