While deleting a namespace, the controller tried to reconcile a few secrets and rightfully received a secrets ... is forbidden: unable to create new content in namespace ... because it is being terminated.
The vaultsecrets_reconciliation_status metrics are now stuck at 0, and the vaultsecrets_reconciliations_total for this namespace are also still around.
It would be neat if metrics for objects that no longer exist could be cleaned up.
While deleting a namespace, the controller tried to reconcile a few secrets and rightfully received a
secrets ... is forbidden: unable to create new content in namespace ... because it is being terminated
.The
vaultsecrets_reconciliation_status
metrics are now stuck at0
, and thevaultsecrets_reconciliations_total
for this namespace are also still around.It would be neat if metrics for objects that no longer exist could be cleaned up.