Skip to content

Commit

Permalink
infrastructure: base: kube-dns: Specify imagePullPolicy.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Nov 5, 2024
1 parent 7b0cb43 commit 5e826fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infrastructure/base/kube-dns/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ spec:
- "-conf"
- /etc/coredns/Corefile
image: coredns/coredns:1.7.1
# XXX: Kubelet wrapper script loads image, but gc will delete it.
# imagePullPolicy: Never
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down

0 comments on commit 5e826fd

Please sign in to comment.