安装 iSula

yum install iSulad -y

配置 iSula

vim /etc/isulad/daemon.json

对如下参数进行修改。

"registry-mirrors": [
    "docker.io"           ## 这里可替换成dockerhub的镜像加速器
 ]
"pod-sandbox-image": "kubesphere/pause:3.2"
"network-plugin": "cni"
"cni-bin-dir": "/opt/cni/bin"
"cni-conf-dir": "/etc/cni/net.d"

启动 iSula

systemctl enable isulad && systemctl restart isulad

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

Captcha Code