ericzzzzzzz

Results 91 comments of ericzzzzzzz

I mean you can use the query on this `github` repo, to find the related issues. Like permission error.

> @ericzzzzzzz I think we should retry sync regardless of the error because in the case of auto-sync mode, you can't force it to sync again. there are several cases:...

> > * Cloud you give me a specific example why re-try sync would help ? > > while skaffold is trying to sync files something happened with the connection,...

Hi @nickdapper, glad to hear that you're interested in working on this! I'll post some context later!

Hi @nickdapper , sorry for the late reply. We have implementation for ``concurrent build`` https://github.com/GoogleContainerTools/skaffold/blob/88e1c1734ea0f1bd79a0f24783f9565057a0e46a/pkg/skaffold/build/scheduler.go#L146-L157, I think the same approach can be apply to render, deploy as well. We would...

Hi @AlexzAK the issue should be fixed in 2.10.0 , does v2.6.0 have the same issue?

Hi @AlexzAK , thank you for the investigation and confirmation, but I'm not able to reproduce the issue with 2.10.0. I had created 200k files and placed in my node_modules...

Hi, @izemlyanskiy There are the limitations about file-sync https://skaffold.dev/docs/filesync/#limitations that may cause it fail, could you provide a minimal reproducible project to help us get a better understanding of this...

It seems that the sync failing for your case is due to the image mismatch between the built image and the container image in remote pods or pods are not...