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
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user