Ray cluster crashes as soon as i add a worker

High: It blocks me to complete my task.

Hi,
I Have 2 VMs where i have set one as a head node and the other as worker. The setup works fine and i am able to run the jobs in distruibuted manner. Now, i am asked to setup the same on 2 physical systems. on 2 laptops which are on the same LAN. When i start the cluster on one, and run the tasks, they worked fine. Now, i added this other laptop to the cluster as a worker node. I see the worker in the dashboard . So, the cluster is now having 2 nodes in it. But then i try to run the tasks, immedietly, the cluster crashes . with below error

(raylet) [2024-08-23 14:18:31,895 C 8276 14040] (raylet.exe) dlmalloc.cc:129: Check failed: *handle != nullptr CreateFileMapping() failed. GetLastError() = 1450
(raylet) *** StackTrace Information ***
(raylet) unknown

What is different between VMs and standalone systems that the scripts fail. The same pyton script is run on both setups. Please please help me.

Is there any checklist which i can check for all steps of setting up clusters and worker nodes for the same?

Hey @Amitha_Acharya can you try following the KubeRay documentation to have a K8s substrate on top of your two physical machines?