Merge pull request #30615 from Arhell/update
[fr] updated circtl version
This commit is contained in:
commit
26d2200d13
|
@ -245,7 +245,7 @@ sudo mkdir -p $DOWNLOAD_DIR
|
||||||
Installez crictl (requis pour Kubeadm / Kubelet Container Runtime Interface (CRI))
|
Installez crictl (requis pour Kubeadm / Kubelet Container Runtime Interface (CRI))
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
CRICTL_VERSION="v1.17.0"
|
CRICTL_VERSION="v1.22.0"
|
||||||
ARCH="amd64"
|
ARCH="amd64"
|
||||||
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
|
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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue