-
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
Sometimes, logs are not shown #478
Comments
I am also experiencing this with the Helm deployer, and I also had the guess it was listening to the terminating pods from the previous deploy. |
We are matching the containers by image name, but sometimes the image name is updated before the actual pod is re-rolled (i'm not sure how). We can fix this by directly referencing the image checksum. I tried to describe the issue here |
will #191 be reopened any time in the near future? having to trail the logs in a separate terminal ~50% of the time is one of the biggest things stopping |
@shimmerjs The thing is I don't think #191 would fix your issue. Can you describe your issue? Do you lose all the logs or only the first second? |
@shimmerjs Could you test #513 and see if it gets better? |
@dgageot what I'm seeing is subsequent iterations of I will pull #513 and test it later today and get back to you, thank you! |
To reproduce this, I run the
micro-services
in dev mode, interrupt it with ctrl-c and restart it in dev mode.Sometime all the logs are there. Sometimes, it feels like skaffold is subscribing to the containers that are terminating and doesn't subscribe to those that starting.
The text was updated successfully, but these errors were encountered: