Commit fc9e04f6 authored by Lubomir I. Ivanov's avatar Lubomir I. Ivanov

kubeadm: update the supported version for 1.15

parent c36a584d
......@@ -379,13 +379,13 @@ var (
ControlPlaneComponents = []string{KubeAPIServer, KubeControllerManager, KubeScheduler}
// MinimumControlPlaneVersion specifies the minimum control plane version kubeadm can deploy
MinimumControlPlaneVersion = version.MustParseSemantic("v1.13.0")
MinimumControlPlaneVersion = version.MustParseSemantic("v1.14.0")
// MinimumKubeletVersion specifies the minimum version of kubelet which kubeadm supports
MinimumKubeletVersion = version.MustParseSemantic("v1.13.0")
MinimumKubeletVersion = version.MustParseSemantic("v1.14.0")
// CurrentKubernetesVersion specifies current Kubernetes version supported by kubeadm
CurrentKubernetesVersion = version.MustParseSemantic("v1.14.0")
CurrentKubernetesVersion = version.MustParseSemantic("v1.15.0")
// SupportedEtcdVersion lists officially supported etcd versions with corresponding Kubernetes releases
SupportedEtcdVersion = map[uint8]string{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment