From 3ecf3c6a4457552d5103125484d6c4805c258ca0 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Wed, 14 Aug 2019 01:49:25 +0300 Subject: [PATCH] kubeadm: add v1.17 to the list versions that map to etcd version --- cmd/kubeadm/app/constants/constants.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/kubeadm/app/constants/constants.go b/cmd/kubeadm/app/constants/constants.go index e31aab9e3be..7af1f90973a 100644 --- a/cmd/kubeadm/app/constants/constants.go +++ b/cmd/kubeadm/app/constants/constants.go @@ -423,6 +423,7 @@ var ( 14: "3.3.10", 15: "3.3.10", 16: "3.3.10", + 17: "3.3.10", } // KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows