mirror of https://github.com/k3s-io/k3s
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 @bprashanthpull/6/head
commit
3932d127e5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue