File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
common/templates/kubernetes/fragments
k8s_fedora_atomic_v1/templates
k8s_fedora_coreos_v1/templates Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -1597,13 +1597,15 @@ _`containerd_version`
1597
1597
The containerd version to use as released in
1598
1598
https://github.com/containerd/containerd/releases and
1599
1599
https://storage.googleapis.com/cri-containerd-release/
1600
+ Victoria default: 1.4.4
1601
+ Ussuri default: 1.2.8
1600
1602
1601
1603
_`containerd_tarball_url `
1602
1604
Url with the tarball of containerd's binaries.
1603
1605
1604
1606
_`containerd_tarball_sha256 `
1605
1607
sha256 of the tarball fetched with containerd_tarball_url or from
1606
- https://storage.googleapis. com/cri- containerd-release/ .
1608
+ https://github. com/containerd/containerd/releases .
1607
1609
1608
1610
_`kube_dashboard_version `
1609
1611
Default version of Kubernetes dashboard.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ssh_cmd="ssh -F /srv/magnum/.ssh/config root@localhost"
10
10
if [ " ${CONTAINER_RUNTIME} " = " containerd" ] ; then
11
11
$ssh_cmd systemctl disable docker
12
12
if [ -z " ${CONTAINERD_TARBALL_URL} " ] ; then
13
- CONTAINERD_TARBALL_URL=" https://github.com/containerd/containerd/releases/download/v${CONTAINERD_VERSION} /containerd-${CONTAINERD_VERSION} -linux-amd64.tar.gz"
13
+ CONTAINERD_TARBALL_URL=" https://github.com/containerd/containerd/releases/download/v${CONTAINERD_VERSION} /cri- containerd-cni -${CONTAINERD_VERSION} -linux-amd64.tar.gz"
14
14
fi
15
15
i=0
16
16
until curl -o /srv/magnum/cri-containerd.tar.gz -L " ${CONTAINERD_TARBALL_URL} "
Original file line number Diff line number Diff line change @@ -939,8 +939,8 @@ parameters:
939
939
940
940
containerd_version :
941
941
type : string
942
- description : The containerd version to download from https://storage.googleapis. com/cri- containerd-release/
943
- default : ' 1.4.3 '
942
+ description : The containerd version to download from https://github. com/containerd/containerd/releases
943
+ default : ' 1.4.4 '
944
944
945
945
containerd_tarball_url :
946
946
type : string
@@ -950,7 +950,7 @@ parameters:
950
950
containerd_tarball_sha256 :
951
951
type : string
952
952
description : sha256 of the target containerd tarball.
953
- default : ' 34a161e3f459fd337b03141a339eeb1a56c5c811922fe72012d2dac9fa5542f1 '
953
+ default : ' 96641849cb78a0a119223a427dfdc1ade88412ef791a14193212c8c8e29d447b '
954
954
955
955
post_install_manifest_url :
956
956
type : string
Original file line number Diff line number Diff line change @@ -957,8 +957,8 @@ parameters:
957
957
958
958
containerd_version :
959
959
type : string
960
- description : The containerd version to download from https://storage.googleapis. com/cri- containerd-release/
961
- default : ' 1.2.8 '
960
+ description : The containerd version to download from https://github. com/containerd/containerd/releases
961
+ default : ' 1.4.4 '
962
962
963
963
containerd_tarball_url :
964
964
type : string
@@ -968,7 +968,7 @@ parameters:
968
968
containerd_tarball_sha256 :
969
969
type : string
970
970
description : sha256 of the target containerd tarball.
971
- default : ' 1f2f0fb928179df90492a83c326a194b8e9d992538498efb44cbb6ef15465627 '
971
+ default : ' 96641849cb78a0a119223a427dfdc1ade88412ef791a14193212c8c8e29d447b '
972
972
973
973
post_install_manifest_url :
974
974
type : string
You can’t perform that action at this time.
0 commit comments