mirror of https://github.com/k3s-io/k3s
kubeadm: adds etcd server version for 1.13
Signed-off-by: Chuck Ha <ha.chuck@gmail.com>pull/58/head
parent
8848740f6d
commit
679d4397cf
|
@ -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