@@ -12,7 +12,7 @@ Kubernetes abstracts file/block storage via the CSI standard. The primitives for
12
12
13
13
- Unit of provisioned storage - Bucket instead of filesystem mount or block device.
14
14
- Access is over the network instead of local POSIX calls.
15
- - No common protocol for consumption across various implementations of object storage.
15
+ - No common protocol for consumption across various implementations of object storage.
16
16
- Management policies and primitives - for instance, mounting and unmounting do not apply to object storage.
17
17
18
18
The existing primitives in CSI do not apply to objectstorage. Thus the need for a new standard to automate the management of objectstorage.
@@ -53,17 +53,17 @@ make all
53
53
54
54
## References
55
55
56
- - [ Documentation] ( https://github.com/kubernetes-sigs/ container-object-storage-interface-api/tree/master/docs/index.md )
57
- - [ Deployment Guide] ( https://github.com/kubernetes-sigs/ container-object-storage-interface-api/tree/master/ docs/deployment-guide.md )
58
- - [ Weekly Meetings] ( https://github.com/kubernetes-sigs/ container-object-storage-interface-api/tree/master/ docs/meetings.md )
59
- - [ Roadmap] ( https://github.com/orgs/kubernetes-sigs/projects/8 )
56
+ - [ Documentation] ( https://container-object-storage-interface.github.io/ )
57
+ - [ Deployment Guide] ( https://container-object-storage-interface.github.io/ docs/deployment-guide )
58
+ - [ Weekly Meetings] ( https://container-object-storage-interface.github.io/ docs/community/weekly- meetings )
59
+ - [ Roadmap] ( https://github.com/orgs/kubernetes-sigs/projects/8 )
60
60
61
61
## Community, discussion, contribution, and support
62
62
63
63
You can reach the maintainers of this project at:
64
64
65
- - [ #sig-storage-cosi] ( https://kubernetes.slack.com/messages/sig-storage-cosi ) slack channel
66
- - [ container-object-storage-interface] ( https://groups.google.com/g/container-object-storage-interface-wg?pli=1 ) mailing list
65
+ - [ #sig-storage-cosi] ( https://kubernetes.slack.com/messages/sig-storage-cosi ) slack channel
66
+ - [ container-object-storage-interface] ( https://groups.google.com/g/container-object-storage-interface-wg?pli=1 ) mailing list
67
67
68
68
### Code of conduct
69
69
0 commit comments