From 2a9351ec70058cd05653c2c1c9e97a498ca91393 Mon Sep 17 00:00:00 2001 From: Ray Zhou Date: Wed, 1 Apr 2020 16:02:41 +0800 Subject: [PATCH] Add sig-network --- sig-network/OWNERS | 0 sig-network/README.md | 15 +++++++++++++++ sigs.md | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 sig-network/OWNERS create mode 100644 sig-network/README.md diff --git a/sig-network/OWNERS b/sig-network/OWNERS new file mode 100644 index 000000000..e69de29bb diff --git a/sig-network/README.md b/sig-network/README.md new file mode 100644 index 000000000..c743cfa47 --- /dev/null +++ b/sig-network/README.md @@ -0,0 +1,15 @@ +# Network Special Interest Group + +The Network SIG is to design and develop network-related capabilities for KubeSphere such as CNI, SDN, the bare metal load balancer [Porter](https://github.com/kubesphere/porter). + +## Members + +- Zhengyi Lai ([@zheng1](https://github.com/zheng1)), Lead + +## Meetings + +[Meeting notes](https://docs.google.com/document/d/12KTd1xBSYPBTbn4WTvN4iTPoDg1skU-bbbcoNt_RAPE/) + +## Contact + +- Slack [#sig-network](https://kubesphere.slack.com/messages/sig-network) diff --git a/sigs.md b/sigs.md index f15ad6649..0ed786673 100644 --- a/sigs.md +++ b/sigs.md @@ -44,7 +44,7 @@ The SIGs at present are: | [Microservice management](./sig-microservice) | [Jeff Zhang](https://github.com/zryfish) | [#sig-microservice](https://kubesphere.slack.com/messages/sig-microservice) | [Notes](https://docs.google.com/document/d/1eAAbdIxJwFgNjkU9xvQ8SrezW7pHgPryzOAPjZYjvFg/) | architecture, microservice governance | | [Multi-cluster](./sig-multicluster) | [Jeff Zhang](https://github.com/zryfish) | [#sig-multicluster](https://kubesphere.slack.com/messages/sig-multicluster) | [Notes](https://docs.google.com/document/d/1P0NaJbAYTK4BnMazJcrc4he-sh2YpZNvG1rkPQrNhpY/) | multi-cluster management | | [Multi-tenancy](./sig-multitenancy) | [Hongming Wan](https://github.com/wansir) | [#sig-multitenancy](https://kubesphere.slack.com/messages/sig-multitenancy) | [Notes](https://docs.google.com/document/d/1Ewf30_Z6mlIxpJH-qF96c_mx96UaQtLi-fCf6m1r_yg/) | workspace, IAM | -| Network | [Zhengyi Lai](https://github.com/zheng1) | [#network](https://kubesphere.slack.com/archives/CLHL8R1C7) | [Notes](https://github.com/kubesphere/kubesphere/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Fmonitoring+) | network policy, CNI plugins, SDN | +| [Network](./sig-network) | [Zhengyi Lai](https://github.com/zheng1) | [#sig-network](https://kubesphere.slack.com/messages/sig-network) | [Notes](https://docs.google.com/document/d/12KTd1xBSYPBTbn4WTvN4iTPoDg1skU-bbbcoNt_RAPE/) | network policy, CNI plugins, SDN | | Observability | [Benjamin Huo](https://github.com/benjaminhuo) | [#observability](https://kubesphere.slack.com/archives/CLHL8R1C7) | [Notes](https://github.com/kubesphere/kubesphere/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Fmonitoring+) | Logging, Monitoring, Alerting, Notification | | Release | [Calvin Yu](https://github.com/calvinyv) | [#release](https://kubesphere.slack.com/archives/CLHL8R1C7) | [Notes](https://github.com/kubesphere/kubesphere/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Fmonitoring+) | release of each version | | Storage | [Xin Wang](https://github.com/wnxn) | [#storage](https://kubesphere.slack.com/archives/CLHL8R1C7) | [Notes](https://github.com/kubesphere/kubesphere/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Fmonitoring+) | CSI plugins |