Merge pull request #2553 from euank/flanneld-timeout

app-admin/flannel-wrapper: update timeouts & update version
This commit is contained in:
Euan Kemp 2017-04-27 15:49:26 -07:00 committed by GitHub
commit 472522846a
3 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,8 @@ Before=docker.service
[Service]
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="FLANNEL_IMAGE_ARGS=--exec=/opt/bin/mk-docker-opts.sh"

View File

@ -8,10 +8,11 @@ Requires=flannel-docker-opts.service
Type=notify
Restart=always
RestartSec=10s
TimeoutStartSec=300
LimitNOFILE=40000
LimitNPROC=1048576
Environment="FLANNEL_IMAGE_TAG=v0.7.0"
Environment="FLANNEL_IMAGE_TAG=v0.7.1"
Environment="FLANNEL_OPTS=--ip-masq=true"
Environment="RKT_RUN_ARGS=--uuid-file-save=/var/lib/coreos/flannel-wrapper.uuid"
EnvironmentFile=-/run/flannel/options.env