Skip to content
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

Missing information about websocket timeout in Advanced Topics #86

Open
1 task done
bdekany opened this issue Mar 31, 2022 · 0 comments
Open
1 task done

Missing information about websocket timeout in Advanced Topics #86

bdekany opened this issue Mar 31, 2022 · 0 comments
Labels
kind/bug Something isn't working

Comments

@bdekany
Copy link

bdekany commented Mar 31, 2022

Is there an existing issue for this?

  • I have searched the existing issues

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

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

Logs

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"

Anything else?

No response

@bdekany bdekany added the kind/bug Something isn't working label Mar 31, 2022
@enrichman enrichman added this to the Outside release-cycle milestone Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants