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:
Euan Kemp 2017-04-27 14:42:26 -07:00
parent cbedfb4668
commit d3fdc91bf2
3 changed files with 1 additions and 1 deletions

View File

@ -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"

View File

@ -8,6 +8,7 @@ Requires=flannel-docker-opts.service
Type=notify
Restart=always
RestartSec=10s
TimeoutStartSec=300
LimitNOFILE=40000
LimitNPROC=1048576