Skip to content

Commit 20413d0

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Download correct cri-containerd-cni tarball"
2 parents e9b4889 + 1de9b14 commit 20413d0

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

doc/source/user/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,13 +1597,15 @@ _`containerd_version`
15971597
The containerd version to use as released in
15981598
https://github.com/containerd/containerd/releases and
15991599
https://storage.googleapis.com/cri-containerd-release/
1600+
Victoria default: 1.4.4
1601+
Ussuri default: 1.2.8
16001602

16011603
_`containerd_tarball_url`
16021604
Url with the tarball of containerd's binaries.
16031605

16041606
_`containerd_tarball_sha256`
16051607
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.
16071609

16081610
_`kube_dashboard_version`
16091611
Default version of Kubernetes dashboard.

magnum/drivers/common/templates/kubernetes/fragments/install-cri.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ssh_cmd="ssh -F /srv/magnum/.ssh/config root@localhost"
1010
if [ "${CONTAINER_RUNTIME}" = "containerd" ] ; then
1111
$ssh_cmd systemctl disable docker
1212
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"
1414
fi
1515
i=0
1616
until curl -o /srv/magnum/cri-containerd.tar.gz -L "${CONTAINERD_TARBALL_URL}"

magnum/drivers/k8s_fedora_atomic_v1/templates/kubecluster.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -939,8 +939,8 @@ parameters:
939939

940940
containerd_version:
941941
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'
944944

945945
containerd_tarball_url:
946946
type: string
@@ -950,7 +950,7 @@ parameters:
950950
containerd_tarball_sha256:
951951
type: string
952952
description: sha256 of the target containerd tarball.
953-
default: '34a161e3f459fd337b03141a339eeb1a56c5c811922fe72012d2dac9fa5542f1'
953+
default: '96641849cb78a0a119223a427dfdc1ade88412ef791a14193212c8c8e29d447b'
954954

955955
post_install_manifest_url:
956956
type: string

magnum/drivers/k8s_fedora_coreos_v1/templates/kubecluster.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -957,8 +957,8 @@ parameters:
957957

958958
containerd_version:
959959
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'
962962

963963
containerd_tarball_url:
964964
type: string
@@ -968,7 +968,7 @@ parameters:
968968
containerd_tarball_sha256:
969969
type: string
970970
description: sha256 of the target containerd tarball.
971-
default: '1f2f0fb928179df90492a83c326a194b8e9d992538498efb44cbb6ef15465627'
971+
default: '96641849cb78a0a119223a427dfdc1ade88412ef791a14193212c8c8e29d447b'
972972

973973
post_install_manifest_url:
974974
type: string

0 commit comments

Comments
 (0)