mirror of https://github.com/k3s-io/k3s
Merge pull request #35921 from luxas/bump_kubeadm_etcd3
Automatic merge from submit-queue Update kubeadm etcd to 3.0.13 in order to switch to the etcd3 storage format ref: https://github.com/kubernetes/kubernetes/issues/35723 I think we should switch as soon as possible, but run it in etcd2 mode until the full etcd3 mode is stable @kubernetes/sig-cluster-lifecycle @wojtek-t @xiang90 @lavalamppull/6/head
commit
40d5dca16a
|
@ -37,7 +37,7 @@ const (
|
|||
Pause = "pause"
|
||||
|
||||
gcrPrefix = "gcr.io/google_containers"
|
||||
etcdVersion = "2.2.5"
|
||||
etcdVersion = "3.0.14-kubeadm"
|
||||
|
||||
kubeDNSVersion = "1.7"
|
||||
dnsmasqVersion = "1.3"
|
||||
|
|
Loading…
Reference in New Issue