Skip to content

Commit e10b1aa

Browse files
authored
Merge pull request #46577 from saschagrunert/crictl
Bump cri-tools version to v1.30.0
2 parents 1bfdfe9 + 102df83 commit e10b1aa

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
@@ -299,7 +299,7 @@ sudo mkdir -p "$DOWNLOAD_DIR"
299299
Install crictl (required for kubeadm / Kubelet Container Runtime Interface (CRI)):
300300
301301
```bash
302-
CRICTL_VERSION="v1.28.0"
302+
CRICTL_VERSION="v1.30.0"
303303
ARCH="amd64"
304304
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
305305
```

0 commit comments

Comments
 (0)