This message was deleted.
# helpdesk
s
This message was deleted.
g
@gorgeous-winter-13991 run a describe command on the pod that is Pending you well see what is causing it most probably resources issues, or node affinity
g
Hi @green-crayon-77332, There is a warning in the pod description: "1 node didn't have a free port." Can we run livekit-server replicas on a dedicated server? If yes, how can I solve this problem? Thanks.
g
@gorgeous-winter-13991 livekit servers need to be deployed on separate nodes, since each port is a node port linked to livekit, that is public facing to the Internet Check kubernets pod affinity to make sure each livekit pod in the deployment is on a separate node. And yes you can run on a standalone server. Check the server setup and deployment docs on livekit website
g
Thanks @green-crayon-77332