Update cri-dockerd and Kind versions

This commit is contained in:
yeasy
2026-03-26 20:04:32 -07:00
parent e27b6255d9
commit 281316bfec
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -24,8 +24,8 @@
## 安装 cri-dockerd
$ cd /tmp
$ wget https://github.com/Mirantis/cri-dockerd/releases/download/v0.3.14/cri-dockerd-0.3.14.amd64.tgz
$ tar xzvf cri-dockerd-0.3.14.amd64.tgz
$ wget https://github.com/Mirantis/cri-dockerd/releases/download/v0.3.24/cri-dockerd-0.3.24.amd64.tgz
$ tar xzvf cri-dockerd-0.3.24.amd64.tgz
$ sudo mv cri-dockerd/cri-dockerd /usr/local/bin/
## 下载并安装 systemd service 文件
@@ -51,8 +51,8 @@ $ sudo /usr/local/bin/cri-dockerd --version
## 安装 cri-dockerd
$ cd /tmp
$ wget https://github.com/Mirantis/cri-dockerd/releases/download/v0.3.14/cri-dockerd-0.3.14.amd64.tgz
$ tar xzvf cri-dockerd-0.3.14.amd64.tgz
$ wget https://github.com/Mirantis/cri-dockerd/releases/download/v0.3.24/cri-dockerd-0.3.24.amd64.tgz
$ tar xzvf cri-dockerd-0.3.24.amd64.tgz
$ sudo mv cri-dockerd/cri-dockerd /usr/local/bin/
## 下载并安装 systemd service 文件