mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-19 05:31:26 -03:30
Merge pull request #498 from teutostack/pr_dnsmasq_enhancement
Changed ImagePullPolicy from Always to IfNotPresent to avoid download…
This commit is contained in:
commit
83750d14e3
@ -25,7 +25,7 @@ spec:
|
||||
capabilities:
|
||||
add:
|
||||
- NET_ADMIN
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user