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 6d4f278 + 3f9f201 commit 7111cacCopy full SHA for 7111cac
content/pt-br/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
@@ -213,7 +213,7 @@ sudo mkdir -p $DOWNLOAD_DIR
213
Instale o crictl (utilizado pelo kubeadm e pela Interface do Agente de execução do Kubelet (CRI))
214
215
```bash
216
-CRICTL_VERSION="v1.17.0"
+CRICTL_VERSION="v1.22.0"
217
ARCH="amd64"
218
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
219
```
0 commit comments