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 6be2699 + 04b3e79 commit b90c743Copy full SHA for b90c743
content/pt-br/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
@@ -292,7 +292,7 @@ sudo mkdir -p "$DOWNLOAD_DIR"
292
Instale o crictl (utilizado pelo kubeadm e pela Interface do Agente de execução do Kubelet (CRI))
293
294
```bash
295
-CRICTL_VERSION="v1.28.0"
+CRICTL_VERSION="v1.30.0"
296
ARCH="amd64"
297
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
298
```
0 commit comments