sustainable-computing-io / kepler-operator

Kepler Operator
Apache License 2.0
25 stars 26 forks source link

feat: set availability to degraded when reconcile fails #374

Closed sthaha closed 6 months ago

sthaha commented 6 months ago

This commit adds a Degraded status. When reconcile fails, the status of the available condition is set to Degraded. The commit also fixes the LastTransitionTime to reflect actual last changed time that that latest time when any of the condition was updated.