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 @@ -421,13 +421,13 @@ var (
421
421
ControlPlaneComponents = []string {KubeAPIServer , KubeControllerManager , KubeScheduler }
422
422
423
423
// MinimumControlPlaneVersion specifies the minimum control plane version kubeadm can deploy
424
- MinimumControlPlaneVersion = version .MustParseSemantic ("v1.18 .0" )
424
+ MinimumControlPlaneVersion = version .MustParseSemantic ("v1.19 .0" )
425
425
426
426
// MinimumKubeletVersion specifies the minimum version of kubelet which kubeadm supports
427
- MinimumKubeletVersion = version .MustParseSemantic ("v1.18 .0" )
427
+ MinimumKubeletVersion = version .MustParseSemantic ("v1.19 .0" )
428
428
429
429
// CurrentKubernetesVersion specifies current Kubernetes version supported by kubeadm
430
- CurrentKubernetesVersion = version .MustParseSemantic ("v1.19 .0" )
430
+ CurrentKubernetesVersion = version .MustParseSemantic ("v1.20 .0" )
431
431
432
432
// SupportedEtcdVersion lists officially supported etcd versions with corresponding Kubernetes releases
433
433
SupportedEtcdVersion = map [uint8 ]string {
@@ -439,6 +439,7 @@ var (
439
439
18 : "3.4.3-0" ,
440
440
19 : "3.4.9-1" ,
441
441
20 : "3.4.13-0" ,
442
+ 21 : "3.4.13-0" ,
442
443
}
443
444
444
445
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows
You can’t perform that action at this time.
0 commit comments