mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 23:11:07 +02:00
Merge pull request #2553 from euank/flanneld-timeout
app-admin/flannel-wrapper: update timeouts & update version
This commit is contained in:
commit
472522846a
@ -8,9 +8,8 @@ Before=docker.service
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
TimeoutStartSec=60
|
|
||||||
|
|
||||||
Environment="FLANNEL_IMAGE_TAG=v0.7.0"
|
Environment="FLANNEL_IMAGE_TAG=v0.7.1"
|
||||||
Environment="RKT_RUN_ARGS=--uuid-file-save=/var/lib/coreos/flannel-wrapper2.uuid"
|
Environment="RKT_RUN_ARGS=--uuid-file-save=/var/lib/coreos/flannel-wrapper2.uuid"
|
||||||
Environment="FLANNEL_IMAGE_ARGS=--exec=/opt/bin/mk-docker-opts.sh"
|
Environment="FLANNEL_IMAGE_ARGS=--exec=/opt/bin/mk-docker-opts.sh"
|
||||||
|
|
||||||
|
@ -8,10 +8,11 @@ Requires=flannel-docker-opts.service
|
|||||||
Type=notify
|
Type=notify
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=10s
|
RestartSec=10s
|
||||||
|
TimeoutStartSec=300
|
||||||
LimitNOFILE=40000
|
LimitNOFILE=40000
|
||||||
LimitNPROC=1048576
|
LimitNPROC=1048576
|
||||||
|
|
||||||
Environment="FLANNEL_IMAGE_TAG=v0.7.0"
|
Environment="FLANNEL_IMAGE_TAG=v0.7.1"
|
||||||
Environment="FLANNEL_OPTS=--ip-masq=true"
|
Environment="FLANNEL_OPTS=--ip-masq=true"
|
||||||
Environment="RKT_RUN_ARGS=--uuid-file-save=/var/lib/coreos/flannel-wrapper.uuid"
|
Environment="RKT_RUN_ARGS=--uuid-file-save=/var/lib/coreos/flannel-wrapper.uuid"
|
||||||
EnvironmentFile=-/run/flannel/options.env
|
EnvironmentFile=-/run/flannel/options.env
|
||||||
|
Loading…
x
Reference in New Issue
Block a user