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 1bfdfe9 + 102df83 commit e10b1aaCopy full SHA for e10b1aa
content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
@@ -299,7 +299,7 @@ sudo mkdir -p "$DOWNLOAD_DIR"
299
Install crictl (required for kubeadm / Kubelet Container Runtime Interface (CRI)):
300
301
```bash
302
-CRICTL_VERSION="v1.28.0"
+CRICTL_VERSION="v1.30.0"
303
ARCH="amd64"
304
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
305
```
0 commit comments