Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
30048e2e
Unverified
Commit
30048e2e
authored
Nov 08, 2018
by
Jason DeTiberus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[kubeadm] Update CoreDNS Version
Resolves an issue that has been seen with ExternalName services not resolving.
parent
1af76aee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
constants.go
cmd/kubeadm/app/constants/constants.go
+1
-1
compute_test.go
cmd/kubeadm/app/phases/upgrade/compute_test.go
+14
-14
No files found.
cmd/kubeadm/app/constants/constants.go
View file @
30048e2e
...
...
@@ -309,7 +309,7 @@ const (
KubeDNSVersion
=
"1.14.13"
// CoreDNSVersion is the version of CoreDNS to be deployed if it is used
CoreDNSVersion
=
"1.2.
4
"
CoreDNSVersion
=
"1.2.
6
"
// ClusterConfigurationKind is the string kind value for the ClusterConfiguration struct
ClusterConfigurationKind
=
"ClusterConfiguration"
...
...
cmd/kubeadm/app/phases/upgrade/compute_test.go
View file @
30048e2e
...
...
@@ -176,7 +176,7 @@ func TestGetAvailableUpgrades(t *testing.T) {
KubeVersion
:
"v1.10.3"
,
KubeadmVersion
:
"v1.10.3"
,
DNSType
:
"coredns"
,
DNSVersion
:
"1.2.
4
"
,
DNSVersion
:
"1.2.
6
"
,
EtcdVersion
:
"3.1.12"
,
},
},
...
...
@@ -215,7 +215,7 @@ func TestGetAvailableUpgrades(t *testing.T) {
KubeVersion
:
"v1.10.3"
,
KubeadmVersion
:
"v1.10.3"
,
DNSType
:
"coredns"
,
DNSVersion
:
"1.2.
4
"
,
DNSVersion
:
"1.2.
6
"
,
EtcdVersion
:
"3.1.12"
,
},
},
...
...
@@ -254,7 +254,7 @@ func TestGetAvailableUpgrades(t *testing.T) {
KubeVersion
:
"v1.11.0"
,
KubeadmVersion
:
"v1.11.0"
,
DNSType
:
"coredns"
,
DNSVersion
:
"1.2.
4
"
,
DNSVersion
:
"1.2.
6
"
,
EtcdVersion
:
"3.2.18"
,
},
},
...
...
@@ -293,7 +293,7 @@ func TestGetAvailableUpgrades(t *testing.T) {
KubeVersion
:
"v1.10.5"
,
KubeadmVersion
:
"v1.10.5"
,
// Note: The kubeadm version mustn't be "downgraded" here
DNSType
:
"coredns"
,
DNSVersion
:
"1.2.
4
"
,
DNSVersion
:
"1.2.
6
"
,
EtcdVersion
:
"3.1.12"
,
},
},
...
...
@@ -313,7 +313,7 @@ func TestGetAvailableUpgrades(t *testing.T) {
KubeVersion
:
"v1.11.1"
,
KubeadmVersion
:
"v1.11.1"
,
DNSType
:
"coredns"
,
DNSVersion
:
"1.2.
4
"
,
DNSVersion
:
"1.2.
6
"
,
EtcdVersion
:
"3.2.18"
,
},
},
...
...
@@ -372,7 +372,7 @@ func TestGetAvailableUpgrades(t *testing.T) {
KubeVersion
:
"v1.11.0-alpha.2"
,
KubeadmVersion
:
"v1.11.0-alpha.2"
,
DNSType
:
"coredns"
,
DNSVersion
:
"1.2.
4
"
,
DNSVersion
:
"1.2.
6
"
,
EtcdVersion
:
"3.2.18"
,
},
},
...
...
@@ -412,7 +412,7 @@ func TestGetAvailableUpgrades(t *testing.T) {
KubeVersion
:
"v1.11.0-alpha.2"
,
KubeadmVersion
:
"v1.11.0-alpha.2"
,
DNSType
:
"coredns"
,
DNSVersion
:
"1.2.
4
"
,
DNSVersion
:
"1.2.
6
"
,
EtcdVersion
:
"3.2.18"
,
},
},
...
...
@@ -453,7 +453,7 @@ func TestGetAvailableUpgrades(t *testing.T) {
KubeVersion
:
"v1.11.0-beta.1"
,
KubeadmVersion
:
"v1.11.0-beta.1"
,
DNSType
:
"coredns"
,
DNSVersion
:
"1.2.
4
"
,
DNSVersion
:
"1.2.
6
"
,
EtcdVersion
:
"3.2.18"
,
},
},
...
...
@@ -494,7 +494,7 @@ func TestGetAvailableUpgrades(t *testing.T) {
KubeVersion
:
"v1.11.0-rc.1"
,
KubeadmVersion
:
"v1.11.0-rc.1"
,
DNSType
:
"coredns"
,
DNSVersion
:
"1.2.
4
"
,
DNSVersion
:
"1.2.
6
"
,
EtcdVersion
:
"3.2.18"
,
},
},
...
...
@@ -535,7 +535,7 @@ func TestGetAvailableUpgrades(t *testing.T) {
KubeVersion
:
"v1.11.6-rc.1"
,
KubeadmVersion
:
"v1.11.6-rc.1"
,
DNSType
:
"coredns"
,
DNSVersion
:
"1.2.
4
"
,
DNSVersion
:
"1.2.
6
"
,
EtcdVersion
:
"3.2.18"
,
},
},
...
...
@@ -576,7 +576,7 @@ func TestGetAvailableUpgrades(t *testing.T) {
KubeVersion
:
"v1.11.0-rc.1"
,
KubeadmVersion
:
"v1.11.0-rc.1"
,
DNSType
:
"coredns"
,
DNSVersion
:
"1.2.
4
"
,
DNSVersion
:
"1.2.
6
"
,
EtcdVersion
:
"3.2.18"
,
},
},
...
...
@@ -596,7 +596,7 @@ func TestGetAvailableUpgrades(t *testing.T) {
KubeVersion
:
"v1.12.0-alpha.2"
,
KubeadmVersion
:
"v1.12.0-alpha.2"
,
DNSType
:
"coredns"
,
DNSVersion
:
"1.2.
4
"
,
DNSVersion
:
"1.2.
6
"
,
EtcdVersion
:
"3.2.24"
,
},
},
...
...
@@ -649,7 +649,7 @@ func TestGetAvailableUpgrades(t *testing.T) {
KubeVersion
:
"v1.12.1"
,
KubeadmVersion
:
"v1.12.1"
,
DNSType
:
"coredns"
,
DNSVersion
:
"1.2.
4
"
,
DNSVersion
:
"1.2.
6
"
,
EtcdVersion
:
"3.2.24"
,
},
},
...
...
@@ -686,7 +686,7 @@ func TestGetAvailableUpgrades(t *testing.T) {
KubeVersion
:
"v1.12.0"
,
KubeadmVersion
:
"v1.12.0"
,
DNSType
:
"coredns"
,
DNSVersion
:
"1.2.
4
"
,
DNSVersion
:
"1.2.
6
"
,
EtcdVersion
:
"3.2.24"
,
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment