mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #71229 from chuckha/etcd-server
kubeadm: adds etcd server version for 1.13
This commit is contained in:
commit
50e02fd0cc
@ -26,7 +26,6 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
|
|
||||||
"k8s.io/api/core/v1"
|
"k8s.io/api/core/v1"
|
||||||
"k8s.io/apimachinery/pkg/util/version"
|
"k8s.io/apimachinery/pkg/util/version"
|
||||||
bootstrapapi "k8s.io/cluster-bootstrap/token/api"
|
bootstrapapi "k8s.io/cluster-bootstrap/token/api"
|
||||||
@ -388,6 +387,7 @@ var (
|
|||||||
10: "3.1.12",
|
10: "3.1.12",
|
||||||
11: "3.2.18",
|
11: "3.2.18",
|
||||||
12: "3.2.24",
|
12: "3.2.24",
|
||||||
|
13: "3.2.24",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user