diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c24ee73a..a8dd09f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,10 +16,10 @@ contribution. See the [DCO](DCO) file for details. ## Email and Chat -The project uses the cni-dev email list and IRC chat: - +The project uses the cni-dev email list, IRC chat, and Slack: - Email: [cni-dev](https://groups.google.com/forum/#!forum/cni-dev) - IRC: #[containernetworking](irc://irc.freenode.net:6667/#containernetworking) channel on [freenode.net](https://freenode.net/) +- Slack: #cni on the [CNCF slack](https://slack.cncf.io/). NOTE: the previous CNI Slack (containernetworking.slack.com) has been sunsetted. Please avoid emailing maintainers found in the MAINTAINERS file directly. They are very busy and read the mailing lists. diff --git a/README.md b/README.md index 4e521f02..e70fa809 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,6 @@ ![CNI Logo](logo.png) ---- - -# CNI at KubeCon / CloudNativeCon - -The CNI maintainers are hosting two sessions at KubeCon / CloudNativeCon 2019: - -- [Introduction to CNI](https://kccncna19.sched.com/event/Uaif/introduction-to-cni-the-container-network-interface-project-bryan-boreham-weaveworks-dan-williams-red-hat) -- [CNI deep dive](https://kccncna19.sched.com/event/Uaga/deep-dive-cni-bryan-boreham-weaveworks-dan-williams-red-hat) - ---- - -# CNI Slack - -The CNI slack has been sunsetted - please join us in #cni and #cni-dev on the [CNCF slack](https://slack.cncf.io/) - - --- # CNI - the Container Network Interface @@ -35,6 +19,11 @@ As well as the [specification](SPEC.md), this repository contains the Go source The template code makes it straight-forward to create a CNI plugin for an existing container networking project. CNI also makes a good framework for creating a new container networking project from scratch. +Here are the recordings of two sessions that the CNI maintainers hosted at KubeCon/CloudNativeCon 2019: + +- [Introduction to CNI](https://youtu.be/YjjrQiJOyME) +- [CNI deep dive](https://youtu.be/zChkx-AB5Xc) + ## Why develop CNI? Application containers on Linux are a rapidly evolving area, and within this area networking is not well addressed as it is highly environment-specific. @@ -221,8 +210,7 @@ binary; as this is a developer tool we suggest you build it yourself. ## Contact -For any questions about CNI, please reach out on the mailing list: +For any questions about CNI, please reach out via: - Email: [cni-dev](https://groups.google.com/forum/#!forum/cni-dev) -- IRC: #[containernetworking](irc://irc.freenode.org:6667/#containernetworking) channel on freenode.org -- #cni on the [CNCF slack](https://slack.cncf.io/) - +- IRC: #[containernetworking](irc://irc.freenode.net:6667/#containernetworking) channel on [freenode.net](https://freenode.net/) +- Slack: #cni on the [CNCF slack](https://slack.cncf.io/). NOTE: the previous CNI Slack (containernetworking.slack.com) has been sunsetted.