You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
But currently I have broken POD with the message below
Current POD status is
Restarting failing container
The text was updated successfully, but these errors were encountered: