Change image-puller restart policy to OnFailure

pull/6/head
gmarek 2016-11-18 10:55:52 +01:00
parent 3b43ce8e5c
commit af1d0018ea
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ spec:
path: /usr/bin/docker
name: docker
# This pod is really fire-and-forget.
restartPolicy: Never
restartPolicy: OnFailure
# This pod needs hostNetworking for true VM perf measurement as well as avoiding cbr0 issues
hostNetwork: true