Changed ImagePullPolicy from Always to IfNotPresent to avoid download issue when DNS is not working
This commit is contained in:
parent
a3a772be7b
commit
123532d2a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue