G-Research / charts

Repository for all of G Research-hosted helm charts
Apache License 2.0
7 stars 19 forks source link

Storm UI Logs not working #77

Open Murat2424 opened 2 years ago

Murat2424 commented 2 years ago

I get an error when I want to see the log in the UI. It forwards to port 8000 by default, but the port is not active. There is no access because the supervisors took the pod ip, but I set the pod supervisor IPs as the ingress I gave them, but I still couldn't get any results. I would be very happy if you could give me your opinion on this matter. Also, the screenshot I shared is the error I get when I go with igress. image

stackedsax commented 2 years ago

Hey there @Murat2424, thanks for logging the issue. I haven't looked at this in a while, but I'm pretty sure that the logviewer needs to be started with storm logviewer which this chart doesn't do.

It's a little unclear to me whether logviewer can run as an independent deployment, but my guess is that it can't and should be started in the same pods that are running nimbus and supervisor. Would you be interested in taking a crack at adding this capability to these charts? I think it will be a while before we can get back to address something like this.