Merge pull request #85109 from rajansandeep/prepcorednsfor1.17-kube-up

Bumps CoreDNS to 1.6.5 and updates manifest for kube-up
This commit is contained in:
Kubernetes Prow Robot
2019-11-13 13:03:30 -08:00
committed by GitHub
5 changed files with 22 additions and 16 deletions

View File

@@ -63,7 +63,9 @@ data:
Corefile: |
.:53 {
errors
health
health {
lameduck 5s
}
ready
kubernetes __PILLAR__DNS__DOMAIN__ in-addr.arpa ip6.arpa {
pods insecure
@@ -116,7 +118,7 @@ spec:
beta.kubernetes.io/os: linux
containers:
- name: coredns
image: k8s.gcr.io/coredns:1.6.2
image: k8s.gcr.io/coredns:1.6.5
imagePullPolicy: IfNotPresent
resources:
limits:

View File

@@ -63,7 +63,9 @@ data:
Corefile: |
.:53 {
errors
health
health {
lameduck 5s
}
ready
kubernetes {{ pillar['dns_domain'] }} in-addr.arpa ip6.arpa {
pods insecure
@@ -116,7 +118,7 @@ spec:
beta.kubernetes.io/os: linux
containers:
- name: coredns
image: k8s.gcr.io/coredns:1.6.2
image: k8s.gcr.io/coredns:1.6.5
imagePullPolicy: IfNotPresent
resources:
limits:

View File

@@ -63,7 +63,9 @@ data:
Corefile: |
.:53 {
errors
health
health {
lameduck 5s
}
ready
kubernetes $DNS_DOMAIN in-addr.arpa ip6.arpa {
pods insecure
@@ -116,7 +118,7 @@ spec:
beta.kubernetes.io/os: linux
containers:
- name: coredns
image: k8s.gcr.io/coredns:1.6.2
image: k8s.gcr.io/coredns:1.6.5
imagePullPolicy: IfNotPresent
resources:
limits: