mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
bump coredns version and update manifest
This commit is contained in:
parent
a05efc6731
commit
f931dad722
@ -73,7 +73,7 @@ dependencies:
|
|||||||
match: k8s.gcr.io/coredns
|
match: k8s.gcr.io/coredns
|
||||||
|
|
||||||
- name: "coredns-kubeadm"
|
- name: "coredns-kubeadm"
|
||||||
version: 1.6.2
|
version: 1.6.5
|
||||||
refPaths:
|
refPaths:
|
||||||
- path: cmd/kubeadm/app/constants/constants.go
|
- path: cmd/kubeadm/app/constants/constants.go
|
||||||
match: CoreDNSVersion =
|
match: CoreDNSVersion =
|
||||||
|
@ -334,7 +334,7 @@ const (
|
|||||||
KubeDNSVersion = "1.14.13"
|
KubeDNSVersion = "1.14.13"
|
||||||
|
|
||||||
// CoreDNSVersion is the version of CoreDNS to be deployed if it is used
|
// CoreDNSVersion is the version of CoreDNS to be deployed if it is used
|
||||||
CoreDNSVersion = "1.6.2"
|
CoreDNSVersion = "1.6.5"
|
||||||
|
|
||||||
// ClusterConfigurationKind is the string kind value for the ClusterConfiguration struct
|
// ClusterConfigurationKind is the string kind value for the ClusterConfiguration struct
|
||||||
ClusterConfigurationKind = "ClusterConfiguration"
|
ClusterConfigurationKind = "ClusterConfiguration"
|
||||||
|
@ -632,7 +632,9 @@ func TestCreateCoreDNSConfigMap(t *testing.T) {
|
|||||||
}`,
|
}`,
|
||||||
expectedCorefileData: `.:53 {
|
expectedCorefileData: `.:53 {
|
||||||
errors
|
errors
|
||||||
health
|
health {
|
||||||
|
lameduck 5s
|
||||||
|
}
|
||||||
kubernetes cluster.local in-addr.arpa ip6.arpa {
|
kubernetes cluster.local in-addr.arpa ip6.arpa {
|
||||||
pods insecure
|
pods insecure
|
||||||
fallthrough in-addr.arpa ip6.arpa
|
fallthrough in-addr.arpa ip6.arpa
|
||||||
@ -669,7 +671,9 @@ func TestCreateCoreDNSConfigMap(t *testing.T) {
|
|||||||
}`,
|
}`,
|
||||||
expectedCorefileData: `.:53 {
|
expectedCorefileData: `.:53 {
|
||||||
errors
|
errors
|
||||||
health
|
health {
|
||||||
|
lameduck 5s
|
||||||
|
}
|
||||||
kubernetes cluster.local in-addr.arpa ip6.arpa {
|
kubernetes cluster.local in-addr.arpa ip6.arpa {
|
||||||
pods insecure
|
pods insecure
|
||||||
fallthrough in-addr.arpa ip6.arpa
|
fallthrough in-addr.arpa ip6.arpa
|
||||||
|
@ -313,7 +313,9 @@ data:
|
|||||||
Corefile: |
|
Corefile: |
|
||||||
.:53 {
|
.:53 {
|
||||||
errors
|
errors
|
||||||
health
|
health {
|
||||||
|
lameduck 5s
|
||||||
|
}
|
||||||
ready
|
ready
|
||||||
kubernetes {{ .DNSDomain }} in-addr.arpa ip6.arpa {
|
kubernetes {{ .DNSDomain }} in-addr.arpa ip6.arpa {
|
||||||
pods insecure
|
pods insecure
|
||||||
|
Loading…
Reference in New Issue
Block a user