-
Notifications
You must be signed in to change notification settings - Fork 1.7k
skaffold dev does not log port-forward errors #9812
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
Comments
Mark down |
use markdown to format your comment |
Use markdown to format your comment |
9 similar comments
Use markdown to format your comment |
Use markdown to format your comment |
Use markdown to format your comment |
Use markdown to format your comment |
Use markdown to format your comment |
Use markdown to format your comment |
Use markdown to format your comment |
Use markdown to format your comment |
Use markdown to format your comment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using
skaffold dev
with a profile that hasportForwarding
, the port-forward can encounter errors that don't show in the logs.This is problematic when the file watch functionality of
skaffold dev
rolls out changes to a deployment, which changes the pods and causes the next request to fail.With
skaffold dev
, the next request will fail with no logs shown in skaffold or in the server.When the port-forward is established manually via kubectl, you see these errors:
Ideally, we would see port-forward errors in the
skaffold dev
logs, so that it is obvious the failure coming from the port-forward, rather than from an issue with your application.The text was updated successfully, but these errors were encountered: