GoogleContainerTools / GoogleContainerTools/skaffold
skaffold is very slow when doing "intersect matchers" for images
Open
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
It seems the slowest part on my deploys is skaffold running this:
```
DEBU[0029] intersect matchers "linux/amd64" and "linux/amd64", result "linux/amd64" subtask=-1 task=DevLoop
```
On one deployment I have 130+ images defined (but only 5 distinct images) and it stays 2min+ only going to this:
https://gist.github.com/cristifalcas/60309097c3e0b0515138a287926fed29
This for me is unnecessary, since I build images for only one platform.
Is there any possibility to speed this up, or have a flag to control this behaviour?
This is from a mac laptop.
Thank you
Contributor guide
Assessment
This issue has not been assessed yet.