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 @@ -428,13 +428,13 @@ var (
428
428
ControlPlaneComponents = []string {KubeAPIServer , KubeControllerManager , KubeScheduler }
429
429
430
430
// MinimumControlPlaneVersion specifies the minimum control plane version kubeadm can deploy
431
- MinimumControlPlaneVersion = version .MustParseSemantic ("v1.17 .0" )
431
+ MinimumControlPlaneVersion = version .MustParseSemantic ("v1.18 .0" )
432
432
433
433
// MinimumKubeletVersion specifies the minimum version of kubelet which kubeadm supports
434
- MinimumKubeletVersion = version .MustParseSemantic ("v1.17 .0" )
434
+ MinimumKubeletVersion = version .MustParseSemantic ("v1.18 .0" )
435
435
436
436
// CurrentKubernetesVersion specifies current Kubernetes version supported by kubeadm
437
- CurrentKubernetesVersion = version .MustParseSemantic ("v1.18 .0" )
437
+ CurrentKubernetesVersion = version .MustParseSemantic ("v1.19 .0" )
438
438
439
439
// SupportedEtcdVersion lists officially supported etcd versions with corresponding Kubernetes releases
440
440
SupportedEtcdVersion = map [uint8 ]string {
@@ -445,6 +445,7 @@ var (
445
445
17 : "3.4.3-0" ,
446
446
18 : "3.4.3-0" ,
447
447
19 : "3.4.7-0" ,
448
+ 20 : "3.4.7-0" ,
448
449
}
449
450
450
451
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows
You can’t perform that action at this time.
0 commit comments