mirror of https://github.com/k3s-io/k3s
Merge pull request #77072 from fabriziopandini/add-v1.15-etcd-version
kubeadm: add etcdversion constant for v1.15k3s-v1.15.3
commit
dc071b8e81
|
@ -391,6 +391,7 @@ var (
|
|||
12: "3.2.24",
|
||||
13: "3.2.24",
|
||||
14: "3.3.10",
|
||||
15: "3.3.10",
|
||||
}
|
||||
|
||||
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows
|
||||
|
|
Loading…
Reference in New Issue