Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 5504b61

Browse files
authored
Merge pull request #11 from somersbmatthews/readme-update
updated README.md
2 parents 8a66ded + 3542fe9 commit 5504b61

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

Diff for: README.md

+30-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,43 @@
1-
# Container Object Storage Interface API
1+
COSI repos and images:
2+
3+
[Spec](https://github.com/kubernetes-sigs/container-object-storage-interface-spec) \
4+
[API](https://github.com/kubernetes-sigs/container-object-storage-interface-api) \
5+
[Controller](https://github.com/kubernetes-sigs/container-object-storage-interface-controller) <br/>
6+
&emsp; - [images: cosi-controller](https://quay.io/repository/containerobjectstorage/objectstorage-controller?tab=tags) \
7+
[Provisioner Sidecar](https://github.com/kubernetes-sigs/container-object-storage-interface-provisioner-sidecar) <br />
8+
&emsp; - images: cosi-provisioner \
9+
[CSI Adapter](https://github.com/kubernetes-sigs/container-object-storage-interface-csi-adapter) <br />
10+
&emsp; - images: cosi-node-adapter
11+
12+
<br />
13+
14+
COSI deprecated repos:
15+
16+
[Spec](https://github.com/container-object-storage-interface/spec) \
17+
[API](https://github.com/container-object-storage-interface/api) \
18+
[Manager (i.e. Controller)](https://github.com/container-object-storage-interface/cosi-controller-manager) \
19+
[Provisioner Sidecar](https://github.com/container-object-storage-interface/cosi-provisioner-sidecar) \
20+
[Ephemeral CSI Driver](https://github.com/container-object-storage-interface/ephemeral-csi-driver)
21+
22+
23+
# Container Object Storage Interface (COSI) API
224

325
API definitions for Container Object Storage.
426

527
## Community, discussion, contribution, and support
628

29+
If you are new to a SIG Storage project, check out this [contributing guide](https://github.com/kubernetes/community/blob/master/sig-storage/CONTRIBUTING.md)
30+
and the [community page](https://github.com/kubernetes/community/tree/master/sig-storage).
31+
32+
If you are new to the SIG Storage COSI project, check out the [spec](https://github.com/kubernetes-sigs/container-object-storage-interface-spec/blob/master/spec.md), [KEP](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/1979-object-storage-support), and [project board](https://github.com/orgs/kubernetes-sigs/projects/).
33+
734
Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).
835

936
You can reach the maintainers of this project at:
1037

1138
- [Slack](https://kubernetes.slack.com/messages/sig-storage-cosi)
12-
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-storage)
39+
- [Mailing List](https://groups.google.com/g/container-object-storage-interface-wg?pli=1)
1340

1441
### Code of conduct
1542

16-
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).
43+
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).

0 commit comments

Comments
 (0)