Skip to content

Commit e493f00

Browse files
authored
Merge pull request #46576 from saschagrunert/kubeadm-crictl
[dev-1.31] Make cri-tools optional for kubeadm
2 parents 777c6e3 + 9eccaf3 commit e493f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,10 @@ DOWNLOAD_DIR="/usr/local/bin"
297297
sudo mkdir -p "$DOWNLOAD_DIR"
298298
```
299299
300-
Install crictl (required for kubeadm / Kubelet Container Runtime Interface (CRI)):
300+
Optionally install crictl (required for interaction with the Container Runtime Interface (CRI), optional for kubeadm):
301301
302302
```bash
303-
CRICTL_VERSION="v1.28.0"
303+
CRICTL_VERSION="v1.31.0"
304304
ARCH="amd64"
305305
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
306306
```

0 commit comments

Comments
 (0)