Skip to content

Commit 3d13138

Browse files
committed
Use internal ip for scheduler contact address
1 parent 21fbac7 commit 3d13138

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dask_cloudprovider/generic/vmcluster.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ async def start(self):
9999
f"{self.cluster.protocol}://{external_ip}:{self.port}"
100100
)
101101

102+
self.contact_address = f"{self.cluster.protocol}://{internal_ip}:{self.port}"
103+
102104
await self.wait_for_scheduler()
103105
await super().start()
104106

0 commit comments

Comments
 (0)