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:
add:
- NET_ADMIN
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 100m