Comment 1 for bug 2029477

Revision history for this message
Alex Kavanagh (ajkavanagh) wrote (last edit ):

Well,

$ sha256sum containerd-1.2.10.linux-amd64.tar.gz
3c84a627336262706ecce77dd1e5bae8be4e61647032f1df24e29facf9722e27 containerd-1.2.10.linux-amd64.tar.gz

and

$ sha256sum cri-containerd-1.2.8.linux-amd64.tar.gz
1f2f0fb928179df90492a83c326a194b8e9d992538498efb44cbb6ef15465627 cri-containerd-1.2.8.linux-amd64.tar.gz

So, my guess is that the checksum that is being used is for containerd 1.2.8 (in magnum) rather than 1.2.10 that is being downloaded from github.com/containerd/releases.

Perhaps you could retry the command with `--containerd_version="1.2.8"` in the openstack coe command?