Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: deletion error when deleting dashboard configmaps (#274)
This commit fixes following reconcilation error when deleting dashboards installed to `openshift-config-managed` namespace. ``` continue reconciliation despite error {"name":"kepler", "error": "power-monitoring-overview (/v1, Kind=ConfigMap): deleter: timed out waiting for deletion : timed out waiting for the condition"} continue reconciliation despite error {"name":"kepler", "error": "power-monitoring-by-ns (/v1, Kind=ConfigMap): deleter: timed out waiting for deletion : timed out waiting for the condition"} finalizer state {"name":"kepler", "reconciler": "finalizer", "deleted": true, "finalizer": true} 2023-10-06T08:24:03Z ERROR Reconciler error {"controller": "kepler", "controllerGroup": "kepler.system.sustainable.computing.io", "controllerKind": "Kepler", "Kepler": {"name":"kepler"}, "namespace": "", "name": "kepler", "reconcileID": "514af8c3-7d06-4dde-ac80-daffd24c5138", "error": "power-monitoring-by-ns (/v1, Kind=ConfigMap): deleter: timed out waiting for deletion : timed out waiting for the condition"} ``` The error occurs because the client does not cache objects in `openshift-config-managed` namespace, which this commit fixes Fixes: #271 Signed-off-by: Sunil Thaha <sthaha@redhat.com> (cherry picked from commit c8a68a7acdda7d35d9bfd6f3e8a124320e0baef2)
- Loading branch information