kube-object-storage / lib-bucket-provisioner

Library for the dynamic provisioning of object store buckets to be used by object store providers.
Apache License 2.0
20 stars 22 forks source link

missing documentation on how to build and run a provisioner #91

Closed dannyzaken closed 5 years ago

dannyzaken commented 5 years ago

when working on NooBaa provisioner it would have been helpful if there were more technical documentation and examples regarding the provisioner build.

  1. how to build and run the provisioner locally (dev mode)
  2. how to build a Docker image (an example dockerfile)
  3. what are the permissions required by the provisioner when running in k8s (example yaml)
screeley44 commented 5 years ago

@dannyzaken @erinaboyd @jeffvance @copejon

See if this satisfies this a bit better...

Link from main lib README.md

Provisioner Developers should look <link>here</link> for some guidance/recommendations/tips on how to get started with creating your own Provisioner.

that link points to this doc

We also have additional examples (including on how to run and test) aws-s3-provisioner README examples

dannyzaken commented 5 years ago

Thanks, looks great. very helpful

dannyzaken commented 5 years ago

sorry, closed by mistake. in any case it looks much better now. decide if you want to close it

jeffvance commented 5 years ago

Closed via above links