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 777c6e3 + 9eccaf3 commit e493f00Copy full SHA for e493f00
content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
@@ -297,10 +297,10 @@ DOWNLOAD_DIR="/usr/local/bin"
297
sudo mkdir -p "$DOWNLOAD_DIR"
298
```
299
300
-Install crictl (required for kubeadm / Kubelet Container Runtime Interface (CRI)):
+Optionally install crictl (required for interaction with the Container Runtime Interface (CRI), optional for kubeadm):
301
302
```bash
303
-CRICTL_VERSION="v1.28.0"
+CRICTL_VERSION="v1.31.0"
304
ARCH="amd64"
305
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
306
0 commit comments