Skip to content

Commit f0d49c3

Browse files
committed
Bump etcd version
1 parent 08a2a0a commit f0d49c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkg/kwokctl/k8s/etcd.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"math"
2121
)
2222

23-
// lists from https://github.com/kubernetes/kubernetes/blob/90c6cfd414520ec418263c1ec126edef90ae8955/cmd/kubeadm/app/constants/constants.go#L482
23+
// lists from https://github.com/kubernetes/kubernetes/blob/0821aa23081420deb0f94c2664f9f74086a7af11/cmd/kubeadm/app/constants/constants.go#L496
2424
var etcdVersions = map[int]string{
2525
8: "3.0.17",
2626
9: "3.1.12",
@@ -43,10 +43,10 @@ var etcdVersions = map[int]string{
4343
26: "3.5.12-0",
4444
27: "3.5.12-0",
4545
28: "3.5.12-0",
46-
29: "3.5.15-0",
47-
30: "3.5.15-0",
48-
31: "3.5.15-0",
49-
32: "3.5.15-0",
46+
29: "3.5.16-0",
47+
30: "3.5.16-0",
48+
31: "3.5.16-0",
49+
32: "3.5.16-0",
5050
}
5151

5252
// GetEtcdVersion returns the etcd version for the given k8s version

0 commit comments

Comments
 (0)