-
Notifications
You must be signed in to change notification settings - Fork 33
Description
I am following https://github.com/scollier/SATraining/blob/master/configFlannel.md for setting up flannel.
But after doing the configuration as per the SATraining docs, I am not able to bring docker and flannel interfaces in to the same subnet.
To fix the issue, I noticed that the step that involve instructing systemd to import and read the /run/flannel/subnet.env for /usr/lib/systemd/system/docker.service is missing as compared to http://www.colliernotes.com/2015/01/flannel-and-docker-on-fedora-getting.html
However in Fedora 21 Atomic "root" does not privilege to modify to /usr/lib/systemd/system/docker.service.
I tried copying the the docker systemd unit file i.e. /usr/lib/systemd/system/docker.service to /etc/systemd/system/ and modify it there. However it is still not working for me.