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
ifstrings.Contains(err.Error(), "no cluster found") {
120
+
logging.Warnf("No cluster found with ID '%s'. Exiting.", clusterID)
121
+
returnpdClient.EscalateIncidentWithNote("CAD was unable to find the incident cluster in OCM. An alert for a non-existing cluster is unexpected. Please investigate manually.")
122
+
}
119
123
returnfmt.Errorf("could not retrieve cluster info for %s: %w", clusterID, err)
120
124
}
125
+
121
126
// From this point on, we normalize to internal ID, as this ID always exists.
122
127
// For installing clusters, externalID can be empty.
0 commit comments