You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its not really harmful, but pollutes the logs massively, so we should get rid of it.
It appears whenever you attempt to delete a resourceusage resource that still links to an existing target. Probably because the update attempted there does not contain any changes. It realtes to this line.
Tested with Provider Version
ANY
To Reproduce
Steps to reproduce the behavior:
Create Subaccount and ServiceManager
Remove both of them by removing finializers and delete resources
Describe the bug
We often see those errors in stakeholders clusters:
Its not really harmful, but pollutes the logs massively, so we should get rid of it.
It appears whenever you attempt to delete a resourceusage resource that still links to an existing target. Probably because the update attempted there does not contain any changes. It realtes to this line.
Tested with Provider Version
ANY
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No polluted logs
Additional Context
Its a while since I debugged this, but i think it comes from this line:
https://github.com/SAP/crossplane-provider-btp/blob/main/internal/controller/account/resourceusage/reconciler.go#L173
The text was updated successfully, but these errors were encountered: