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
21 stars 22 forks source link

Adding options to set quota in OBC CRD #193

Closed thotz closed 4 years ago

thotz commented 4 years ago

There was request in rook to support quota, and worked a bit on that wrt obc. Currently make use of AddtionalConfig CR. Is worth to add generic CRs to handle to quota and add to library.

Please share your thoughts, @jeffvance @guymguym @copejon

jeffvance commented 4 years ago

@thotz I just added a comment to the quota issue. We also have a bucket API KEP where getting your quota feedback would be valuable. As of now, I don't think we need a separate CR to manage bucket quotas. I prefer integrating bucket quotas into the new design where applicable, and using the existing CR quota feature.

thotz commented 4 years ago

closing this issue based above comment