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
logging.Warnf("could not check hibernation status of cluster: %w", err)
69
68
}
70
-
iflongHibernation {
71
-
logging.Info("The cluster was hibernated for too long.")
72
-
notes.AppendWarning("Cluster was hibernated more than %.0f days - investigate CSRs and kubelet certificates: see https://github.com/openshift/ops-sop/blob/master/v4/alerts/cluster_has_gone_missing.md#24-hibernation", hibernationTooLong.Hours()/24)
logging.Info("The cluster has recently resumed from hibernation.")
72
+
notes.AppendWarning("Cluster has resumed from hibernation within the last %.0f hours - investigate CSRs and kubelet certificates: see https://github.com/openshift/ops-sop/blob/master/v4/alerts/cluster_has_gone_missing.md#24-hibernation", recentWakeupTime.Hours())
73
73
} else {
74
74
logging.Info("The cluster was not hibernated for too long.")
0 commit comments