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 92a143e + 063a8c8 commit 5d5ba13Copy full SHA for 5d5ba13
content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
@@ -353,7 +353,7 @@ sudo mkdir -p "$DOWNLOAD_DIR"
353
Install crictl (required for kubeadm / Kubelet Container Runtime Interface (CRI))
354
355
```bash
356
-CRICTL_VERSION="v1.27.0"
+CRICTL_VERSION="v1.28.0"
357
ARCH="amd64"
358
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
359
```
0 commit comments