We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a37ee3a + 9a7eaf7 commit 781410dCopy full SHA for 781410d
content/ja/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
@@ -231,7 +231,7 @@ curl -L "https://github.com/containernetworking/plugins/releases/download/${CNI_
231
crictlをインストールする (kubeadm / Kubelet Container Runtime Interface (CRI)に必要です)
232
233
```bash
234
-CRICTL_VERSION="v1.17.0"
+CRICTL_VERSION="v1.22.0"
235
ARCH="amd64"
236
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
237
```
0 commit comments