Silence cache_images state errors
parent
277a331f6b
commit
5af5098ed6
|
|
@ -32,6 +32,8 @@ var stderrWhitelist = []string{
|
|||
`kubectl`,
|
||||
// slow docker warning
|
||||
`slow|long time|Restarting the docker service may improve`,
|
||||
// don't care if we can't push images to other profiles
|
||||
`cache_images.go:.*error getting status`,
|
||||
}
|
||||
|
||||
// stderrWhitelistRe combines rootCauses into a single regex
|
||||
|
|
|
|||
Loading…
Reference in New Issue