bump versions for v1.17 cycle

This commit is contained in:
fabriziopandini 2019-09-30 11:08:03 +02:00
parent 974f201363
commit b77b8bdb47

View File

@ -410,13 +410,13 @@ var (
ControlPlaneComponents = []string{KubeAPIServer, KubeControllerManager, KubeScheduler}
// MinimumControlPlaneVersion specifies the minimum control plane version kubeadm can deploy
MinimumControlPlaneVersion = version.MustParseSemantic("v1.15.0")
MinimumControlPlaneVersion = version.MustParseSemantic("v1.16.0")
// MinimumKubeletVersion specifies the minimum version of kubelet which kubeadm supports
MinimumKubeletVersion = version.MustParseSemantic("v1.15.0")
MinimumKubeletVersion = version.MustParseSemantic("v1.16.0")
// CurrentKubernetesVersion specifies current Kubernetes version supported by kubeadm
CurrentKubernetesVersion = version.MustParseSemantic("v1.16.0")
CurrentKubernetesVersion = version.MustParseSemantic("v1.17.0")
// SupportedEtcdVersion lists officially supported etcd versions with corresponding Kubernetes releases
SupportedEtcdVersion = map[uint8]string{