lework/kainstall

No match for argument: containernetworking

zhangzenyang08 opened this issue · 2 comments

脚本

## install_containerd()
 if [[ "${OFFLINE_TAG:-}" != "1" ]];then
    [ -f "$(which runc)" ]  && yum remove -y runc
    [ -f "$(which containerd)" ]  && yum remove -y containerd.io
    yum install -y containerd.io"${version}" containernetworking-plugins bash-completion
  fi

环境及报错

image

我的环境替换为containernetworking-plugins可以解决

lework commented

centos 8 stream 版本还没测试过。