Skip to content

Commit b90c743

Browse files
authored
Merge pull request #47109 from Arhell/pt-bump
[pt] Bump cri-tools version to v1.30.0
2 parents 6be2699 + 04b3e79 commit b90c743

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
@@ -292,7 +292,7 @@ sudo mkdir -p "$DOWNLOAD_DIR"
292292
Instale o crictl (utilizado pelo kubeadm e pela Interface do Agente de execução do Kubelet (CRI))
293293
294294
```bash
295-
CRICTL_VERSION="v1.28.0"
295+
CRICTL_VERSION="v1.30.0"
296296
ARCH="amd64"
297297
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
298298
```

0 commit comments

Comments
 (0)