-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
DevLoop unexpected EOF error #7919
Comments
Same error here! |
@rstoermer Are you using k3d? |
@rstoermer are you also using k3d here? I haven't had a chance to investigate this more deeply (setup the repro) but the 600s is likely related to Skaffold's Related code where the default value is set: |
I see the same behavior using Skaffold with EKS. |
Expected behavior
No EOF error.
Actual behavior
I get this error when running Skaffold:
It happens exactly when the last pod reaches AGE 600 seconds, as reported by K9s, i.e. exactly 600 seconds after the environment is 100 % up and running.
This is regardless of Skaffold mode dev or run (which is a bit confusing, since I thought DevLoop was related to dev mode only; correct me if I'm wrong).
Furthermore, also in both cases, after the error, the output tail stops presenting.
The same error message is mentioned by user Mrhoho in issue 6072 but I'm not too sure it's about open files or file watchers; again this error is reported even in run mode, where as I understand file watching is not enabled.
Information
Steps to reproduce the behavior
a)
skaffold dev -p dev -m foo-api-dev --trigger=manual --cleanup=true
b)
skaffold run -p dev -m foo-api-dev --tail
The text was updated successfully, but these errors were encountered: