Skip to content

Commit 8b76a90

Browse files
GregWhiteyBialasAlex-Welsh
authored andcommitted
upgrade coredns
Story: 2009874 Change-Id: Ibaa3b150e024918b6fc963eb6ca62bd18690a3c4 (cherry picked from commit 15c2bc2) (cherry picked from commit bf7fd64) (cherry picked from commit d7a502e) (cherry picked from commit eaaa762) (cherry picked from commit abc814f) (cherry picked from commit a7a698c)
1 parent 31ab8f8 commit 8b76a90

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

magnum/drivers/common/templates/kubernetes/fragments/core-dns-service.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,11 @@ data:
7474
Corefile: |
7575
.:53 {
7676
errors
77-
log
78-
health
77+
log stdout
78+
health {
79+
lameduck 5s
80+
}
81+
ready
7982
kubernetes ${DNS_CLUSTER_DOMAIN} ${PORTAL_NETWORK_CIDR} ${PODS_NETWORK_CIDR} {
8083
pods verified
8184
fallthrough in-addr.arpa ip6.arpa

magnum/drivers/k8s_fedora_coreos_v1/templates/kubecluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ parameters:
496496
coredns_tag:
497497
type: string
498498
description: tag for coredns
499-
default: 1.6.6
499+
default: 1.8.7
500500

501501
flannel_tag:
502502
type: string

0 commit comments

Comments
 (0)