mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Add swarm-agent, swarm-agent master to sys container filters
This commit is contained in:
@@ -250,12 +250,14 @@ func FilterApplication(r Renderer) Renderer {
|
||||
}
|
||||
|
||||
var systemContainerNames = map[string]struct{}{
|
||||
"weavescope": {},
|
||||
"weavedns": {},
|
||||
"weave": {},
|
||||
"weaveproxy": {},
|
||||
"weaveexec": {},
|
||||
"ecs-agent": {},
|
||||
"weavescope": {},
|
||||
"weavedns": {},
|
||||
"weave": {},
|
||||
"weaveproxy": {},
|
||||
"weaveexec": {},
|
||||
"ecs-agent": {},
|
||||
"swarm-agent" {},
|
||||
"swarm-agent-master" {},
|
||||
}
|
||||
|
||||
var systemImagePrefixes = map[string]struct{}{
|
||||
|
||||
Reference in New Issue
Block a user