File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 45
45
containers :
46
46
- name : kubedns
47
47
image : gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.4
48
+ imagePullPolicy : IfNotPresent
48
49
resources :
49
50
# TODO: Set memory limits when we've profiled the container for large
50
51
# clusters, then set request = limit to keep this container in
96
97
mountPath : /kube-dns-config
97
98
- name : dnsmasq
98
99
image : gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.4
100
+ imagePullPolicy : IfNotPresent
99
101
livenessProbe :
100
102
httpGet :
101
103
path : /healthcheck/dnsmasq
@@ -134,6 +136,7 @@ spec:
134
136
mountPath : /etc/k8s/dns/dnsmasq-nanny
135
137
- name : sidecar
136
138
image : gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.4
139
+ imagePullPolicy : IfNotPresent
137
140
livenessProbe :
138
141
httpGet :
139
142
path : /metrics
You can’t perform that action at this time.
0 commit comments