Merge pull request #71229 from chuckha/etcd-server

kubeadm: adds etcd server version for 1.13
pull/58/head
k8s-ci-robot 2018-11-19 16:25:42 -08:00 committed by GitHub
commit 50e02fd0cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",
}
)