Skip to content

Commit

Permalink
wip: remove ingress operator exclusion to help debug issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kannon92 committed Sep 11, 2024
1 parent 30db42a commit 4375a9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/monitortests/node/legacynodemonitortests/exclusions.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ func isThisContainerRestartExcluded(locator string, exclusion Exclusion) bool {
// If you discover a container restarting more than 3 times, it is a bug and you should investigate it.
exceptions := []string{
"container/metal3-static-ip-set", // https://issues.redhat.com/browse/OCPBUGS-39314
"container/ingress-operator", // https://issues.redhat.com/browse/OCPBUGS-39315
"container/networking-console-plugin", // https://issues.redhat.com/browse/OCPBUGS-39316
}

Expand Down

0 comments on commit 4375a9e

Please sign in to comment.