Skip to content

Commit

Permalink
fix top
Browse files Browse the repository at this point in the history
  • Loading branch information
devonmoss committed Dec 11, 2017
1 parent 3236ecd commit 0fb37c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/top.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For example:
wg.Add(1)
go func(p string) {
defer wg.Done()
lines := util.RawK8sOutput(namespace, context, "top", "pod", p)
lines := util.RawK8sOutput(namespace, context, labels, "top", "pod", p)
oMan.Append(lines[1])
}(pod)
}
Expand Down

0 comments on commit 0fb37c2

Please sign in to comment.