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
{{ message }}
This repository has been archived by the owner on May 6, 2022. It is now read-only.
With addressing #1715 and support for retries, it becomes harder to report on the ongoing orphan mitigation.
As @staebler suggested in the comment, we can introduce a new OrphanMitigation condition, where we could report the status of orphan mitigation (reason and message) separately from Ready and Failed conditions.
The text was updated successfully, but these errors were encountered:
Another issue is that after exceeding the retry limit we reset the OrphanMitigationInProgress = false, which means that after the spec is updated we will try to provision the instance instead of trying to mitigate orphan first.
Having an OphanMitigation condition could help there.
With addressing #1715 and support for retries, it becomes harder to report on the ongoing orphan mitigation.
As @staebler suggested in the comment, we can introduce a new
OrphanMitigation
condition, where we could report the status of orphan mitigation (reason and message) separately fromReady
andFailed
conditions.The text was updated successfully, but these errors were encountered: