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

Unable to deploy Soketi using Helm #32

Open
VSuminNeklo opened this issue Apr 13, 2023 · 3 comments
Open

Unable to deploy Soketi using Helm #32

VSuminNeklo opened this issue Apr 13, 2023 · 3 comments

Comments

@VSuminNeklo
Copy link

EKS Cluster Version: 1.22
EKS Node Version: v1.22.17-eks-49d8fe8
Helm Version: version.BuildInfo{Version:"v3.11.2", GitCommit:"912ebc1cd10d38d340f048efaf0abda047c3468e", GitTreeState:"dirty", GoVersion:"go1.20.2"}

Steps to reproduce:

  1. Deploying application using commands from READ.me
    image
  2. Getting success message.
    image
  3. Expecting working app.

But currently I have broken POD with the message below

node:internal/validators:226
    throw new ERR_SOCKET_BAD_PORT(name, port, allowZero);
    ^

RangeError [ERR_SOCKET_BAD_PORT]: Port should be > 0 and < 65536. Received udp://172.20.63.90:11002.
    at new NodeError (node:internal/errors:387:5)
    at validatePort (node:internal/validators:226:11)
    at Socket.send (node:dgram:620:12)
    at /app/node_modules/node-discover/lib/network.js:188:25
    at Array.forEach (<anonymous>)
    at /app/node_modules/node-discover/lib/network.js:187:26
    at Network.encode (/app/node_modules/node-discover/lib/network.js:221:12)
    at Network.send (/app/node_modules/node-discover/lib/network.js:180:10)
    at Discover.hello (/app/node_modules/node-discover/lib/discover.js:361:17)
    at /app/node_modules/node-discover/lib/discover.js:286:10 {
  code: 'ERR_SOCKET_BAD_PORT'
}

Current POD status is
Restarting failing container

@madalinignisca
Copy link

Same thing happens to me. Version chart: 1.0.2, app: 1.4.0

@madalinignisca
Copy link

Found solution suggested in soketi/soketi#766 (comment)

add in values nameOverride: "something--u-want"

@gamerhashops
Copy link

I can confirm. For some reason overriding nameOverride causes the application to fire.

It would be nice to correct this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants