Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
`Log streaming service has been terminated` happens a lot #1149
Comments
|
@hvt thanks for reporting this issue! The error message occurs if devspace somehow loses connection to the pods where the logs are streamed from. Losing the connection could have several reasons:
Having multiple |
|
The projects are running in the same namespace. Mmm, I will see what |
|
Hey @FabianKramm, this indeed happens when the pod is getting terminated and restarted because of failing liveness or readiness checks (your first point) because hey, we're developing and stuff breaks ;], or when I have a really long lasting Is there anything that can be done about this? I.e. find the new deployed pod? Or is there missing metadata since the pod is not explicitly started by devspace itself, but by Kubernetes itself? |
What happened?
When using
devspace dev, a lot of times the messageLog streaming service has been terminatedappears. Indeed, displaying of the logs in the terminal stops. Perhaps not a bug, but I was wondering what is happening here? And is there any way to fix it?What did you expect to happen instead?
That logging of the project is not interrupted / terminated on the cli.
How can we reproduce the bug? (as minimally and precisely as possible)
This mainly happens when I have two
devspace devprojects running simultaneously.Local Environment:
Kubernetes Cluster:
/kind bug