File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ Defaults to `false`.
251251
252252Specifies the version of the containerd runtime the module installs.
253253
254- Defaults to ` 1.5.0 ` .
254+ Defaults to ` 1.4.3 ` .
255255
256256### ` containerd_install_method `
257257
Original file line number Diff line number Diff line change 493493 ' RedHat' => $kubernetes::kubernetes_version ,
494494 },
495495 String $container_runtime = ' docker' ,
496- Optional[String] $containerd_version = ' 1.5.0 ' ,
496+ Optional[String] $containerd_version = ' 1.4.3 ' ,
497497 Enum[' archive' ,' package' ] $containerd_install_method = ' archive' ,
498498 String $containerd_package_name = ' containerd.io' ,
499499 Optional[String] $docker_package_name = ' docker-engine' ,
Original file line number Diff line number Diff line change 3838 'containerd_version' => '1.5.0' ,
3939 'containerd_install_method' => 'archive' ,
4040 'containerd_package_name' => 'containerd.io' ,
41- 'containerd_archive' => 'containerd-1.5.0-beta.1 -linux-amd64.tar.gz' ,
42- 'containerd_source' => 'https://github.com/containerd/containerd/releases/download/v1.5.0-beta.1 /containerd-1.5.0-beta.1 -linux-amd64.tar.gz' ,
41+ 'containerd_archive' => 'containerd-1.4.3 -linux-amd64.tar.gz' ,
42+ 'containerd_source' => 'https://github.com/containerd/containerd/releases/download/v1.4.3 /containerd-1.4.3 -linux-amd64.tar.gz' ,
4343 'etcd_archive' => 'etcd-v3.1.12-linux-amd64.tar.gz' ,
4444 'etcd_source' => 'https://github.com/etcd-v3.1.12.tar.gz' ,
4545 'runc_source' => 'https://github.com/runcsource' ,
You can’t perform that action at this time.
0 commit comments