Skip to content

Commit 0d5dea6

Browse files
Merge pull request #29569 from atiratree/update-event-exception
WRKLDS-1653: update pathological ScalingReplicaSet event exception
2 parents 48bb0f4 + 8e66d2d commit 0d5dea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/monitortestlibrary/pathologicaleventlibrary/duplicated_event_patterns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ func NewUniversalPathologicalEventMatchers(kubeConfig *rest.Config, finalInterva
434434
monitorapi.LocatorDeploymentKey: regexp.MustCompile(`(controller-manager|route-controller-manager)`),
435435
},
436436
messageReasonRegex: regexp.MustCompile(`^ScalingReplicaSet$`),
437-
messageHumanRegex: regexp.MustCompile(`\(combined from similar events\): Scaled (down|up) replica set.*controller-manager-[a-z0-9-]+ to [0-9]+`),
437+
messageHumanRegex: regexp.MustCompile(`\(combined from similar events\): Scaled (down|up) replica set.*controller-manager-[a-z0-9-]+ from [0-9]+ to [0-9]+`),
438438
})
439439

440440
// Match pod sandbox errors as "interesting" so they get charted, but we do not ever allow them to repeat

0 commit comments

Comments
 (0)