kubeadm: adds etcd server version for 1.13

Signed-off-by: Chuck Ha <ha.chuck@gmail.com>
pull/58/head
Chuck Ha 2018-11-19 14:34:00 -05:00
parent 8848740f6d
commit 679d4397cf
No known key found for this signature in database
GPG Key ID: D2B2A4E41BEF2D78
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,6 @@ import (
"time"
"github.com/pkg/errors"
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/util/version"
bootstrapapi "k8s.io/cluster-bootstrap/token/api"
@ -388,6 +387,7 @@ var (
10: "3.1.12",
11: "3.2.18",
12: "3.2.24",
13: "3.2.24",
}
)