diff --git a/probe/kubernetes/reporter.go b/probe/kubernetes/reporter.go index fcf7ea9fa..948e6214d 100644 --- a/probe/kubernetes/reporter.go +++ b/probe/kubernetes/reporter.go @@ -92,7 +92,7 @@ func (r *Reporter) podEvent(e Event, pod Pod) { } func isPauseContainer(n report.Node, rpt report.Report) bool { - containerImageIDs, ok := n.Sets.Lookup(report.ContainerImage) + containerImageIDs, ok := n.Parents.Lookup(report.ContainerImage) if !ok { return false }