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
fix(etcd-recovery): OCPBUGS-84577: handle transient errors when checking etcd statefulset health
Return error instead of silently falling through to the failure condition when r.Get() for the etcd StatefulSet fails with a non-NotFound error. This prevents transient API errors from incorrectly marking a healthy cluster as needing manual intervention.
Signed-off-by: Vimal Solanki <vsolanki@redhat.com>
0 commit comments