Merge pull request #83312 from fabriziopandini/bump-versions

kubeadm: bump versions for v1.17 cycle
This commit is contained in:
Kubernetes Prow Robot 2019-09-30 06:15:38 -07:00 committed by GitHub
commit 5b78e31367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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{