Skip to content

Commit 102df83

Browse files
committed
Bump cri-tools version to v1.30.0
Signed-off-by: Sascha Grunert <[email protected]>
1 parent cec20f6 commit 102df83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ sudo mkdir -p "$DOWNLOAD_DIR"
300300
Install crictl (required for kubeadm / Kubelet Container Runtime Interface (CRI)):
301301
302302
```bash
303-
CRICTL_VERSION="v1.28.0"
303+
CRICTL_VERSION="v1.30.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)