Skip to content

Commit 9ec274a

Browse files
authored
Merge branch 'master' into md-doc-lint-updates-3
2 parents c815aca + 0016c95 commit 9ec274a

File tree

2 files changed

+10
-22
lines changed

2 files changed

+10
-22
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ contribution. See the [DCO](DCO) file for details.
1616

1717
## Email and Chat
1818

19-
The project uses the cni-dev email list and IRC chat:
20-
19+
The project uses the cni-dev email list, IRC chat, and Slack:
2120
- Email: [cni-dev](https://groups.google.com/forum/#!forum/cni-dev)
2221
- IRC: #[containernetworking](irc://irc.freenode.net:6667/#containernetworking) channel on [freenode.net](https://freenode.net/)
22+
- Slack: #cni on the [CNCF slack](https://slack.cncf.io/). NOTE: the previous CNI Slack (containernetworking.slack.com) has been sunsetted.
2323

2424
Please avoid emailing maintainers found in the MAINTAINERS file directly. They
2525
are very busy and read the mailing lists.

README.md

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,6 @@
44

55
![CNI Logo](logo.png)
66

7-
---
8-
9-
# CNI at KubeCon / CloudNativeCon
10-
11-
The CNI maintainers are hosting two sessions at KubeCon / CloudNativeCon 2019:
12-
13-
- [Introduction to CNI](https://kccncna19.sched.com/event/Uaif/introduction-to-cni-the-container-network-interface-project-bryan-boreham-weaveworks-dan-williams-red-hat)
14-
- [CNI deep dive](https://kccncna19.sched.com/event/Uaga/deep-dive-cni-bryan-boreham-weaveworks-dan-williams-red-hat)
15-
16-
---
17-
18-
# CNI Slack
19-
20-
The CNI slack has been sunsetted - please join us in #cni and #cni-dev on the [CNCF slack](https://slack.cncf.io/)
21-
22-
237
---
248

259
# CNI - the Container Network Interface
@@ -35,6 +19,11 @@ As well as the [specification](SPEC.md), this repository contains the Go source
3519
The template code makes it straight-forward to create a CNI plugin for an existing container networking project.
3620
CNI also makes a good framework for creating a new container networking project from scratch.
3721

22+
Here are the recordings of two sessions that the CNI maintainers hosted at KubeCon/CloudNativeCon 2019:
23+
24+
- [Introduction to CNI](https://youtu.be/YjjrQiJOyME)
25+
- [CNI deep dive](https://youtu.be/zChkx-AB5Xc)
26+
3827
## Why develop CNI?
3928

4029
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.
221210

222211
## Contact
223212

224-
For any questions about CNI, please reach out on the mailing list:
213+
For any questions about CNI, please reach out via:
225214
- Email: [cni-dev](https://groups.google.com/forum/#!forum/cni-dev)
226-
- IRC: #[containernetworking](irc://irc.freenode.org:6667/#containernetworking) channel on freenode.org
227-
- #cni on the [CNCF slack](https://slack.cncf.io/)
228-
215+
- IRC: #[containernetworking](irc://irc.freenode.net:6667/#containernetworking) channel on [freenode.net](https://freenode.net/)
216+
- Slack: #cni on the [CNCF slack](https://slack.cncf.io/). NOTE: the previous CNI Slack (containernetworking.slack.com) has been sunsetted.

0 commit comments

Comments
 (0)