rke安装报错 Unsupported Docker version found

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rke安装报错 Unsupported Docker version found相关的知识,希望对你有一定的参考价值。

报错:
 FATA[0004] Unsupported Docker version found [18.03.1-ce], supported versions are
 [1.13.x 17.03.x 17.06.x 17.09.x 18.06.x 18.09.x 19.03.x] 

1:卸载老版本的Docker和其他相关依赖

yum remove docker-ce  docker-ce-selinux  container-selinux docker docker-ce-cli  -y

2:安装新版本

yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum install docker-ce-18.09.8-3.el7.x86_64 -y

以上是关于rke安装报错 Unsupported Docker version found的主要内容,如果未能解决你的问题,请参考以下文章

如何升级nodejs版本 安装n模块报错 npm ERR! notsup Unsupported platform

python pip install 报错TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'

启动hive报错[ERROR] Terminal initialization failed; falling back to unsupported

scala终端启动报错:[ERROR] Failed to construct terminal; falling back to unsupported

RKE vs. RKE2:对比两种 Kubernetes 发行版

RKE vs. RKE2:对比两种 Kubernetes 发行版