Merge "Update CoreDNS to 011"
This commit is contained in:
commit
bbe6757801
@ -18,9 +18,7 @@ data:
|
|||||||
errors
|
errors
|
||||||
log stdout
|
log stdout
|
||||||
health
|
health
|
||||||
kubernetes ${DNS_CLUSTER_DOMAIN} {
|
kubernetes ${DNS_CLUSTER_DOMAIN} ${PORTAL_NETWORK_CIDR}
|
||||||
cidrs ${PORTAL_NETWORK_CIDR}
|
|
||||||
}
|
|
||||||
proxy . /etc/resolv.conf
|
proxy . /etc/resolv.conf
|
||||||
cache 30
|
cache 30
|
||||||
}
|
}
|
||||||
@ -49,7 +47,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: coredns
|
- name: coredns
|
||||||
image: coredns/coredns:007
|
image: coredns/coredns:011
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args: [ "-conf", "/etc/coredns/Corefile" ]
|
args: [ "-conf", "/etc/coredns/Corefile" ]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user