Alexander Bartosh

Results 3 comments of Alexander Bartosh

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...