mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
@@ -237,7 +237,8 @@ func (r *Reporter) podEvent(e Event, pod Pod) {
|
||||
// kubernetes pause container image.
|
||||
func IsPauseImageName(imageName string) bool {
|
||||
return strings.Contains(imageName, "google_containers/pause") ||
|
||||
strings.Contains(imageName, "k8s.gcr.io/pause")
|
||||
strings.Contains(imageName, "k8s.gcr.io/pause") ||
|
||||
strings.Contains(imageName, "eks/pause")
|
||||
}
|
||||
|
||||
func isPauseContainer(n report.Node, rpt report.Report) bool {
|
||||
|
||||
Reference in New Issue
Block a user