Changed ImagePullPolicy from Always to IfNotPresent to avoid download issue when DNS is not working

This commit is contained in:
Özgür Caner 2016-09-20 10:32:05 +02:00
parent a3a772be7b
commit 123532d2a4

View file

@ -25,7 +25,7 @@ spec:
capabilities: capabilities:
add: add:
- NET_ADMIN - NET_ADMIN
imagePullPolicy: Always imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:
cpu: 100m cpu: 100m