Erik Thorselius
Erik Thorselius
How do i fix the "docker-flannel overlay was not installed by default" problem? It looks like they are install ``` Bash systemd-delta --type=extended [EXTENDED] /lib/systemd/system/docker.service /etc/systemd/system/docker.service.d/overlay.conf [EXTENDED] /lib/systemd/system/docker.service /usr/lib/systemd/system/docker.service.d/docker-flannel.conf ```...
Looks like the dropin fails when removing the interface. ``` bash systemctl status docker ● docker.service - Docker Application Container Engine Loaded: loaded (/lib/systemd/system/docker.service; enabled) Drop-In: /usr/lib/systemd/system/docker.service.d └─docker-flannel.conf /etc/systemd/system/docker.service.d └─overlay.conf...
yes ``` bash $ brctl Usage: brctl [commands] commands: addbr add bridge delbr delete bridge addif add interface to bridge delif delete interface from bridge hairpin {on|off} turn hairpin on/off...
I'm new to kubernetes and flannel but what I can see from ifconfig it looks like the usal docker0 interface. ``` bash ifconfig docker0 Link encap:Ethernet HWaddr 02:42:62:14:64:0f inet addr:172.17.0.1...
I solved my problem with flannel by changing the start of `docker-flannel.conf` to ``` Bash [Unit] After=flannel.service Requires=flannel.service ``` Don't know why it did not work before but now it...
After doing it on the rest of the cluster I realized I was wrong. ``` Bash sudo systemctl status docker ● docker.service - Docker Application Container Engine Loaded: loaded (/lib/systemd/system/docker.service;...