Skip to content

Commit

Permalink
Merge pull request #43442 from Arhell/pt-256
Browse files Browse the repository at this point in the history
[pt] Fix sha256 url missing '/release/' to download kubectl
  • Loading branch information
k8s-ci-robot authored Oct 11, 2023
2 parents 9eda1d3 + 44a6b0f commit e9cab42
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
Original file line number Diff line number Diff line change
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 e9cab42

Please sign in to comment.