Skip to content

Commit

Permalink
[pt] Fix sha256 url missing '/release/' to download kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Oct 11, 2023
1 parent 9eda1d3 commit 44a6b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/pt-br/docs/tasks/tools/install-kubectl-linux.md
Expand Up @@ -44,7 +44,7 @@ Por exemplo, para fazer download da versão {{< skew currentPatchVersion >}} no
Faça download do arquivo checksum de verificação do kubectl:

```bash
curl -LO "https://dl.k8s.io/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256"
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256"
```

Valide o binário kubectl em relação ao arquivo de verificação:
Expand Down Expand Up @@ -215,7 +215,7 @@ Abaixo estão os procedimentos para configurar o autocompletar para Bash, Fish e
Faça download do arquivo checksum de verificação do kubectl-convert:

```bash
curl -LO "https://dl.k8s.io/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl-convert.sha256"
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl-convert.sha256"
```

Valide o binário kubectl-convert com o arquivo de verificação:
Expand Down

0 comments on commit 44a6b0f

Please sign in to comment.