Skip to content
Unverified Commit 3a022054 authored by Franz Pletz's avatar Franz Pletz
Browse files

nixos/kubernetes: bootstrap docker without networking



Before flannel is ready there is a brief time where docker will be
running with a default docker0 bridge. If kubernetes happens to spawn
containers before flannel is ready, docker can't be restarted when
flannel is ready because some containers are still running on the
docker0 bridge with potentially different network addresses.

Environment variables in `EnvironmentFile` override those defined via
`Environment` in the systemd service config.

Co-authored-by: default avatarChristian Albrecht <christian.albrecht@mayflower.de>
parent 6045068f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment