mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Change image-puller restart policy to OnFailure
This commit is contained in:
parent
3b43ce8e5c
commit
af1d0018ea
@ -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
Block a user