Update cri-dockerd and Kind versions

This commit is contained in:
yeasy
2026-03-26 20:04:32 -07:00
parent f71e88be6a
commit 254e8d545f
2 changed files with 5 additions and 5 deletions

View File

@@ -24,8 +24,8 @@
## 安装 cri-dockerd ## 安装 cri-dockerd
$ cd /tmp $ cd /tmp
$ wget https://github.com/Mirantis/cri-dockerd/releases/download/v0.3.14/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.14.amd64.tgz $ tar xzvf cri-dockerd-0.3.24.amd64.tgz
$ sudo mv cri-dockerd/cri-dockerd /usr/local/bin/ $ sudo mv cri-dockerd/cri-dockerd /usr/local/bin/
## 下载并安装 systemd service 文件 ## 下载并安装 systemd service 文件
@@ -51,8 +51,8 @@ $ sudo /usr/local/bin/cri-dockerd --version
## 安装 cri-dockerd ## 安装 cri-dockerd
$ cd /tmp $ cd /tmp
$ wget https://github.com/Mirantis/cri-dockerd/releases/download/v0.3.14/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.14.amd64.tgz $ tar xzvf cri-dockerd-0.3.24.amd64.tgz
$ sudo mv cri-dockerd/cri-dockerd /usr/local/bin/ $ sudo mv cri-dockerd/cri-dockerd /usr/local/bin/
## 下载并安装 systemd service 文件 ## 下载并安装 systemd service 文件

View File

@@ -28,7 +28,7 @@ brew install kind
```bash ```bash
## Linux AMD64 ## Linux AMD64
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.20.0/kind-linux-amd64 curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.27.0/kind-linux-amd64
chmod +x ./kind chmod +x ./kind
sudo mv ./kind /usr/local/bin/kind sudo mv ./kind /usr/local/bin/kind
``` ```