Skip to content

Commit dc071b8

Browse files
authored
Merge pull request kubernetes#77072 from fabriziopandini/add-v1.15-etcd-version
kubeadm: add etcdversion constant for v1.15
2 parents 40a7a23 + d41c77f commit dc071b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/kubeadm/app/constants/constants.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ var (
391391
12: "3.2.24",
392392
13: "3.2.24",
393393
14: "3.3.10",
394+
15: "3.3.10",
394395
}
395396

396397
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows

0 commit comments

Comments
 (0)