Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

Commit afc9a9e

Browse files
authored
Fix flannel unit-file url
1 parent d779dfe commit afc9a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flannel/flannel-config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To reduce the Container Linux image size, flannel daemon is stored in CoreOS Ent
7474

7575
Here is the sequence of events that happens when `flanneld.service` is started followed by a service that runs a Docker container (e.g. redis server):
7676

77-
1. `flanneld.service` gets started and executes `/usr/bin/rkt run --net=host quay.io/coreos/flannel:$FLANNEL_VER` (the actual invocation is slightly more complex; the full version can be seen [here](https://github.com/coreos/coreos-overlay/blob/master/app-admin/flannel/files/flanneld.service) or by running `systemctl cat flanneld.service`, which also includes any drop in units).
77+
1. `flanneld.service` gets started and executes `/usr/bin/rkt run --net=host quay.io/coreos/flannel:$FLANNEL_VER` (the actual invocation is slightly more complex; the full version can be seen [here](https://github.com/coreos/coreos-overlay/blob/master/app-admin/flannel-wrapper/files/flanneld.service) or by running `systemctl cat flanneld.service`, which also includes any drop in units).
7878
2. flanneld starts and writes out `/run/flannel/subnet.env` with the acquired IP subnet information.
7979
3. `ExecStartPost` in `flanneld.service` converts information in `/run/flannel/subnet.env` into Docker daemon command line args (such as `--bip` and `--mtu`), storing them in `/run/flannel/flannel_docker_opts.env`.
8080
4. `redis.service` gets started which invokes `docker run ...`, triggering socket activation of `docker.service`.

0 commit comments

Comments
 (0)