Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 614306 - app-emulation/docker-17.03.1: swarm overlay network not working - kernel CONFIG_CHECK not complete
Summary: app-emulation/docker-17.03.1: swarm overlay network not working - kernel CONF...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-30 18:16 UTC by László Szalma
Modified: 2020-01-17 08:08 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Apply on the ebuild to extend the config check dependency (ip_vs_rr.patch,502 bytes, patch)
2017-03-30 18:17 UTC, László Szalma
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description László Szalma 2017-03-30 18:16:18 UTC
I have every suggested/needed configuration in the kernel, but swarm overlay networking not working.

Reproducible: Always

Steps to Reproduce:
1. emerge docker
2. configure all kernel options as suggested
3. create a service in docker swarm mode opening a port (on overlay network by default)

Actual Results:  
I can't access the service: Connection refused

Expected Results:  
Access the service on the docker swarm overlay network

Lots of google searching lead me to this thread: https://github.com/scaleway/kernel-tools/issues/293

I was not sure if it is relevant, but I tried it and it helped!
Comment 1 László Szalma 2017-03-30 18:17:40 UTC
Created attachment 468712 [details, diff]
Apply on the ebuild to extend the config check dependency