Silence cache_images state errors

pull/7872/head
Thomas Stromberg 2020-04-23 12:40:04 -07:00
parent 277a331f6b
commit 5af5098ed6
1 changed files with 2 additions and 0 deletions

View File

@ -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