mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fixing etcd version for 1.10.X kubernetes
This commit is contained in:
parent
c45820f0c8
commit
a63fadfbd5
@ -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",
|
||||
}
|
||||
)
|
||||
|
||||
|
@ -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,
|
||||
},
|
||||
{
|
||||
|
@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user