Skip to content

Commit 7111cac

Browse files
authored
Merge pull request #30659 from Arhell/upd
[pt-br] updated circtl version
2 parents 6d4f278 + 3f9f201 commit 7111cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ sudo mkdir -p $DOWNLOAD_DIR
213213
Instale o crictl (utilizado pelo kubeadm e pela Interface do Agente de execução do Kubelet (CRI))
214214

215215
```bash
216-
CRICTL_VERSION="v1.17.0"
216+
CRICTL_VERSION="v1.22.0"
217217
ARCH="amd64"
218218
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
219219
```

0 commit comments

Comments
 (0)