mirror of https://github.com/k3s-io/k3s
Merge pull request #3639 from pires/fix_docker_coreos
Fixed missing standalone.yaml fix to Docker overlay driver. Refs #3625.pull/6/head
commit
e52a50fe59
|
@ -62,7 +62,7 @@ coreos:
|
|||
[Service]
|
||||
EnvironmentFile=/run/flannel/subnet.env
|
||||
ExecStartPre=/bin/mount --make-rprivate /
|
||||
ExecStart=/usr/bin/docker -d --bip=${FLANNEL_SUBNET} --mtu=${FLANNEL_MTU} -s=btrfs -H fd://
|
||||
ExecStart=/usr/bin/docker -d --bip=${FLANNEL_SUBNET} --mtu=${FLANNEL_MTU} -s=overlay -H fd://
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in New Issue