Merge pull request #37070 from gmarek/image-puller

Automatic merge from submit-queue

Change image-puller restart policy to OnFailure

This should help with some of the failures from #33380

cc @dchen1107 @bprashanth
pull/6/head
Kubernetes Submit Queue 2016-11-18 03:25:18 -08:00 committed by GitHub
commit 3932d127e5
1 changed files with 1 additions and 1 deletions

View File

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