sustainable-computing-io / kepler-operator

Kepler Operator
Apache License 2.0
24 stars 26 forks source link

fix: report failure during reconciliation correctly #367

Closed sthaha closed 4 months ago

sthaha commented 4 months ago

Previously error (recErr) while running reconcilers were ignored by both kepler and kepler-internal controllers which resulted in reporting in conditions.Reconciled as success even though it failed. The commit fixes that oversight.