From 066c4b94048686b98bfd2e1404e6cdf8e33bf543 Mon Sep 17 00:00:00 2001 From: Ray Zhou Date: Wed, 1 Apr 2020 16:26:14 +0800 Subject: [PATCH] Add sig-storage --- sig-storage/OWNERS | 0 sig-storage/README.md | 16 ++++++++++++++++ sigs.md | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 sig-storage/OWNERS create mode 100644 sig-storage/README.md diff --git a/sig-storage/OWNERS b/sig-storage/OWNERS new file mode 100644 index 000000000..e69de29bb diff --git a/sig-storage/README.md b/sig-storage/README.md new file mode 100644 index 000000000..ba138f096 --- /dev/null +++ b/sig-storage/README.md @@ -0,0 +1,16 @@ +# Storage Special Interest Group + +The Storage SIG is to design and implement KubeSphere storage service such as CSI plugins. + +## Members + +- Xin Wang ([@wnxn](https://github.com/wnxn)), Lead +- Min Zhang ([@min-zh](https://github.com/min-zh)), Member + +## Meetings + +[Meeting notes](https://docs.google.com/document/d/171DjRH8CDkubc_fl8tO1tN-kpdPwek-G819FQt6EhV0/) + +## Contact + +- Slack [#sig-storage](https://kubesphere.slack.com/messages/sig-storage) diff --git a/sigs.md b/sigs.md index 2fbd7868c..e389b1657 100644 --- a/sigs.md +++ b/sigs.md @@ -47,5 +47,5 @@ The SIGs at present are: | [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](sig-observability) | [Benjamin Huo](https://github.com/benjaminhuo) | [#sig-observability](https://kubesphere.slack.com/messages/sig-observability) | [Notes](https://docs.google.com/document/d/18SOB2NRQWS-Qad4oebzIjtQzUG831PFvQtvN5tBwNrM/) | Logging, Monitoring, Alerting, Notification | | [Release](./sig-release) | [Calvin Yu](https://github.com/calvinyv) | [#sig-release](https://kubesphere.slack.com/messages/sig-release) | [Notes](https://docs.google.com/document/d/1IzkvpZlkc_4hKTyvWWyTfLgPFTWGaowOEAfh0li9qZQ/) | 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 | +| [Storage](./sig-storage) | [Xin Wang](https://github.com/wnxn) | [#storage](https://kubesphere.slack.com/messages/sig-storage) | [Notes](https://docs.google.com/document/d/171DjRH8CDkubc_fl8tO1tN-kpdPwek-G819FQt6EhV0/) | CSI plugins | | Testing | [Yaping Liu](https://github.com/liuyp2018) | [#testing](https://kubesphere.slack.com/archives/CLHL8R1C7) | [Notes](https://github.com/kubesphere/kubesphere/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Fmonitoring+) | test, release |