Sample Driver that provides reference implementation for Container Object Storage Interface (COSI) API
Learn how to engage with the Kubernetes community on the community page.
You can reach the maintainers of this project at:
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.
- Build
make build
make image
make kind
- Deploy provisioner
kubectl apply -f resources
- Deploy classes
kubectl apply -f sample/classes
- Deploy bucketrequest & bucketaccessrequest
kubectl apply -f sample/accessrequest.yaml
kubectl apply -f sample/bucketaccessrequest.yaml
- Deploy testapp
kubectl apply -f sample/pod