This repository hosts the Container Object Storage Interface (COSI) project.
To deploy, run kubectl apply -k .
All API definitions are in client/apis/objectstorage
. All API changes MUST satisfy the following requirements:
- Must be backwards compatible
- Must be in-sync with the API definitions in sigs.k8s.io/container-object-storage-interface-spec
See make help
for assistance
Create a new issue raising a RFC for the changes following this format:
Title: [RFC] Changes to protocol xyz
Description:
- Protocol:
- Fields Added:
- Why is this change neccessary? ...(describe why here)...
- Which other COSI projects are affected by this change?
- Upgrade plan (ignore if it doesn't apply)
- Weekly Meetings: Thursdays from 13:30 to 14:00 US Eastern Time
- Roadmap
You can reach the maintainers of this project at:
- #sig-storage-cosi slack channel
- container-object-storage-interface mailing list
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.