Alexander Bartosh
Alexander Bartosh
Might be relates with this one: https://github.com/dotnet/spark/issues/494
Same here, for me the workaround was adding network_mode: nat Docker run does the same. ``` services: mongo: image: mongo restart: unless-stopped network_mode: nat networks: - nat networks: nat: external:...
@arsnyder16 Thank you for such a nice BUG report @JohnRusk We are experiencing the same issue: Running within the cluster kubectl sometimes bails out with: **Unable to connect to the...