File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
cmd/kubeadm/app/constants Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -411,13 +411,13 @@ var (
411
411
ControlPlaneComponents = []string {KubeAPIServer , KubeControllerManager , KubeScheduler }
412
412
413
413
// MinimumControlPlaneVersion specifies the minimum control plane version kubeadm can deploy
414
- MinimumControlPlaneVersion = version .MustParseSemantic ("v1.16 .0" )
414
+ MinimumControlPlaneVersion = version .MustParseSemantic ("v1.17 .0" )
415
415
416
416
// MinimumKubeletVersion specifies the minimum version of kubelet which kubeadm supports
417
- MinimumKubeletVersion = version .MustParseSemantic ("v1.16 .0" )
417
+ MinimumKubeletVersion = version .MustParseSemantic ("v1.17 .0" )
418
418
419
419
// CurrentKubernetesVersion specifies current Kubernetes version supported by kubeadm
420
- CurrentKubernetesVersion = version .MustParseSemantic ("v1.17 .0" )
420
+ CurrentKubernetesVersion = version .MustParseSemantic ("v1.18 .0" )
421
421
422
422
// SupportedEtcdVersion lists officially supported etcd versions with corresponding Kubernetes releases
423
423
SupportedEtcdVersion = map [uint8 ]string {
@@ -427,6 +427,7 @@ var (
427
427
16 : "3.3.17-0" ,
428
428
17 : "3.4.3-0" ,
429
429
18 : "3.4.3-0" ,
430
+ 19 : "3.4.3-0" ,
430
431
}
431
432
432
433
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows
You can’t perform that action at this time.
0 commit comments