Skip to content

Commit 26d2200

Browse files
authored
Merge pull request #30615 from Arhell/update
[fr] updated circtl version
2 parents dc68ceb + c61eccb commit 26d2200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/fr/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ sudo mkdir -p $DOWNLOAD_DIR
245245
Installez crictl (requis pour Kubeadm / Kubelet Container Runtime Interface (CRI))
246246

247247
```bash
248-
CRICTL_VERSION="v1.17.0"
248+
CRICTL_VERSION="v1.22.0"
249249
ARCH="amd64"
250250
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
251251
```

0 commit comments

Comments
 (0)