Problem with golang library in Relay server #138
Labels
bug
Something isn't working
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Expected vs actual behavior
To be able to use kubectl and UI without errors
with version paralusio/relay:v0.1.8
we often get this error after a day's use with just 2 users.
in UI we get
Chart & environment details
open sockets
❯ kubectl -n paralus exec relay-server-588bf9bcb6-n9ct6 -c relay-server -it -- lsof | grep socket | wc -l
2569
this sounds very similar behaviour to what is mentioned here - paralus/paralus#266
images.reley.tag="v0.1.6"
Steps to reproduce the bug
Are you using the latest version of the project?
You can check your version by running
helm ls|grep '^<deployment-name>'
or using pctl,pctl version
, and provide the output.What is your environment setup? Please tell us your cloud provider, operating system, and include the output of
kubectl version --output=yaml
andhelm version
. Any other information that you have, eg. logs and custom values, is highly appreciated!(optional) If you have ideas on why the bug happens or how it can be solved, please provide it here
same old version looks to be working fine
The text was updated successfully, but these errors were encountered: