Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cristifalcas opened this issue May 20, 2024 · 1 comment
Open

Comments

@cristifalcas
Copy link

cristifalcas commented May 20, 2024

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

@cristifalcas
Copy link
Author

Hm, it seems on a linux machine this is relatively fast and it takes only ~18s.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant