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 dc68ceb + c61eccb commit 26d2200Copy full SHA for 26d2200
content/fr/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
@@ -245,7 +245,7 @@ sudo mkdir -p $DOWNLOAD_DIR
245
Installez crictl (requis pour Kubeadm / Kubelet Container Runtime Interface (CRI))
246
247
```bash
248
-CRICTL_VERSION="v1.17.0"
+CRICTL_VERSION="v1.22.0"
249
ARCH="amd64"
250
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
251
```
0 commit comments