mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 23:11:07 +02:00
When flannel-docker-opts didn't require flanneld, flanneld could fail and flannel-docker-opts would start immediately after. This effectively broke the intended ordering, so now both services require each other. This also simplifies the ordering declarations of the two services by making flannel-docker-opts have both After= and Requires= as is most commonly configured.