redpanda-data / redpanda-operator

39 stars 10 forks source link

Add extra logging when cleaning up users and potentially swallowing errors for auditability #253

Closed andrewstucki closed 1 month ago

andrewstucki commented 1 month ago

A previous local build of the operator seemed like it might have occasionally been having terminal errors swallowed (maybe the terminal error checking is too inclusive as it didn't seem like the cluster was dead?) and allowing a user CRD to be deleted without deleting it from the cluster. This adds more logging to make sure we can actually see if this is occurring or if it was just a one-off oddity/now defunct code.