-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
SPI - OpenShift Implementation - Show workspace Pod events in the IDE #6356
Comments
@eivantsov there is already a similar issue[1] for |
Can you elaborate on which events OpenShift is firing except the pod creation events? |
pulling image is one of them. I think it is most interesting for us:
|
The feature looks interesting. This feature involves changes on both server and client side. |
I think publishing text part of events to output channel would be enough. So it doesn't require changes on the client side. |
Yeah, the idea is to show a user that smth's happening, rather than display a static message that workspace is being started. |
I mean that AFAIK client doesn't subscribe to such events right now and doesn't display them. |
As far as I know, the client subscribes on infrastructure output and display it. Docker infra and agents have already pushed own logs there. |
It is not about logs it is about status events. We have RuntimeStatusEvent designed for such purposes. But it is used in a single place for now. We just need to add it on client side and on server side |
I'd start with publishing messages of the pods' events to the output channel. Because pods images are pulling parallel, I don't think that runtime status should be changed when one of the images are pulling or pulled. I just have no idea to how to name this status. |
This is en enhancement request. I think it would be nice to show workspace pods events when a workspace is being started. Currently, when a workspace is starting no logs are streamed until pod is up and Che agents starts, it can take a while for pod image to be pulled, and pod to be created. For a user it may look like Che stopped responding.
@sleshchenko @akorneta @l0rd @ibuziuk what do you think?
The text was updated successfully, but these errors were encountered: