GoogleContainerTools / GoogleContainerTools/skaffold

skaffold is very slow when doing "intersect matchers" for images

Open
#9,421 1 comment 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.