Fixing etcd version for 1.10.X kubernetes

This commit is contained in:
Serguei Bezverkhi 2017-11-22 16:44:13 -05:00
parent c45820f0c8
commit a63fadfbd5
3 changed files with 3 additions and 3 deletions

View File

@ -236,7 +236,7 @@ var (
SupportedEtcdVersion = map[uint8]string{
8: "3.0.17",
9: "3.1.10",
10: "3.1.11",
10: "3.1.10",
}
)

View File

@ -137,7 +137,7 @@ func TestEtcdSupportedVersion(t *testing.T) {
},
{
kubernetesVersion: "1.10.0",
expectedVersion: version.MustParseSemantic("3.1.11"),
expectedVersion: version.MustParseSemantic("3.1.10"),
expectedError: nil,
},
{

View File

@ -429,7 +429,7 @@ func TestGetAvailableUpgrades(t *testing.T) {
KubeVersion: "v1.10.0-alpha.2",
KubeadmVersion: "v1.10.0-alpha.2",
DNSVersion: "1.14.7",
EtcdVersion: "3.1.11",
EtcdVersion: "3.1.10",
},
},
},