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

fix issue creating new OB where status is missing #226

Closed BlaineEXE closed 1 year ago

BlaineEXE commented 1 year ago

When a Kubernetes object (like OB) is created, Kubernetes does not accept status. Status can only be set on an update. Update the provisioner to create and then update OBs so status is properly set for new OBCs.

Signed-off-by: Blaine Gardner blaine.gardner@redhat.com