We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
If the staging process is long (ie. npm install in NodeJS) the CLI and UI may exprerience websocket timeout.
In case of nginx used as Ingress or Proxy you have to increase the read timeout
apiVersion: extensions/v1beta1 kind: Ingress metadata: name: nginx-ingress namespace: production annotations: kubernetes.io/ingress.class: "nginx" nginx.ingress.kubernetes.io/proxy-read-timeout: "360s"``` ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Environment ```markdown - OS: SLES - Architecture: x86 - Epinio Version: 0.7.3 - Cluster: - Provider: Self RKE2 - Options: - Kubernetes Version: 1.21
EpinioServer/streamer-to-websockets: "msg"="failed to write to websockets" "error"="write tcp 10.42.244.102:8030->192.168.102.23:50482: write: broken pipe"
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Current Behavior
Hi,
If the staging process is long (ie. npm install in NodeJS) the CLI and UI may exprerience websocket timeout.
In case of nginx used as Ingress or Proxy you have to increase the read timeout
Logs
Anything else?
No response
The text was updated successfully, but these errors were encountered: