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
returnfalse, fmt.Errorf("determining observed revisions in kubeapiservers.operator.openshift.io/cluster; no node statuses found")
84
+
}
85
+
70
86
observedRevisions:=sets.New[int32]()
71
87
for_, nodeStatus:=rangekas.Status.NodeStatuses {
88
+
ifnodeStatus.CurrentRevision<=0 {
89
+
returnfalse, fmt.Errorf("determining observed revisions in kubeapiservers.operator.openshift.io/cluster; some nodes do not have a valid CurrentRevision")
0 commit comments