mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-24 18:51:52 +01:00
app-admin/flannel-wrapper: update timeouts
See https://github.com/coreos/bugs/issues/1833 where this was requested. This has become more important with the more recent flannel releases including kubernetes and becoming larger as well. The value of 5 minutes is arbitrarily chosen as a reasonable increase over the default 90s.
This commit is contained in:
parent
cbedfb4668
commit
d3fdc91bf2
@ -8,7 +8,6 @@ Before=docker.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
TimeoutStartSec=60
|
||||
|
||||
Environment="FLANNEL_IMAGE_TAG=v0.7.0"
|
||||
Environment="RKT_RUN_ARGS=--uuid-file-save=/var/lib/coreos/flannel-wrapper2.uuid"
|
||||
|
||||
@ -8,6 +8,7 @@ Requires=flannel-docker-opts.service
|
||||
Type=notify
|
||||
Restart=always
|
||||
RestartSec=10s
|
||||
TimeoutStartSec=300
|
||||
LimitNOFILE=40000
|
||||
LimitNPROC=1048576
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user