Skip to content

Commit 5d5ba13

Browse files
authored
Merge pull request #42581 from saschagrunert/crictl
Update CRICTL_VERSION to v1.28.0
2 parents 92a143e + 063a8c8 commit 5d5ba13

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
@@ -353,7 +353,7 @@ sudo mkdir -p "$DOWNLOAD_DIR"
353353
Install crictl (required for kubeadm / Kubelet Container Runtime Interface (CRI))
354354

355355
```bash
356-
CRICTL_VERSION="v1.27.0"
356+
CRICTL_VERSION="v1.28.0"
357357
ARCH="amd64"
358358
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
359359
```

0 commit comments

Comments
 (0)