Skip to content

Commit

Permalink
🐛 ignoring reasons and namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
abahmed committed Jun 9, 2024
1 parent 4c89394 commit 979bc3c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions filter/podEventsFilter.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ func (f PodEventsFilter) Execute(ctx *Context) bool {
ctx.ContainersHasIssues = false
return true
}

/*
if ev.Reason == "FailedScheduling" ||
ev.Reason == "NetworkNotReady" ||
ev.Reason == "FailedMount" {
ctx.PodHasIssues = true
ctx.ContainersHasIssues = false
return false
}*/
}
}
return false
Expand Down

0 comments on commit 979bc3c

Please sign in to comment.