Skip to content

Commit

Permalink
Merge pull request #71229 from chuckha/etcd-server
Browse files Browse the repository at this point in the history
kubeadm: adds etcd server version for 1.13
  • Loading branch information
k8s-ci-robot committed Nov 20, 2018
2 parents 956dcdd + 679d439 commit 50e02fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubeadm/app/constants/constants.go
Expand Up @@ -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"
Expand Down Expand Up @@ -388,6 +387,7 @@ var (
10: "3.1.12",
11: "3.2.18",
12: "3.2.24",
13: "3.2.24",
}
)

Expand Down

0 comments on commit 50e02fd

Please sign in to comment.