Skip to content

Commit 781410d

Browse files
authored
Merge pull request #30820 from Arhell/upd
[ja] updated crictl version
2 parents a37ee3a + 9a7eaf7 commit 781410d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ curl -L "https://github.com/containernetworking/plugins/releases/download/${CNI_
231231
crictlをインストールする (kubeadm / Kubelet Container Runtime Interface (CRI)に必要です)
232232

233233
```bash
234-
CRICTL_VERSION="v1.17.0"
234+
CRICTL_VERSION="v1.22.0"
235235
ARCH="amd64"
236236
curl -L "https://github.com/kubernetes-sigs/cri-tools/releases/download/${CRICTL_VERSION}/crictl-${CRICTL_VERSION}-linux-${ARCH}.tar.gz" | sudo tar -C $DOWNLOAD_DIR -xz
237237
```

0 commit comments

Comments
 (0)