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
A job running in multimode mode must correctly identify the IP address of the master node. A master node instance can have multiple network addresses, and we must select the desired address to using it.
Solution
I suggest adding the --network flag to dstack pool add-ssh command. Using this option, we can specify which IP-network (and IP-address) to use from those available on the master node.
The master node must store the IP address of the desired network. The workers will receive the address of the master node.
Workaround
Multinode now works because the master node only has one IP address for the internal network.
Would you like to help us implement this feature by sending a PR?
Yes
The text was updated successfully, but these errors were encountered:
Problem
A job running in multimode mode must correctly identify the IP address of the master node. A master node instance can have multiple network addresses, and we must select the desired address to using it.
Solution
I suggest adding the
--network
flag todstack pool add-ssh
command. Using this option, we can specify which IP-network (and IP-address) to use from those available on the master node.The master node must store the IP address of the desired network. The workers will receive the address of the master node.
Workaround
Multinode now works because the master node only has one IP address for the internal network.
Would you like to help us implement this feature by sending a PR?
Yes
The text was updated successfully, but these errors were encountered: