Skip to content

Commit e9cab42

Browse files
authored
Merge pull request #43442 from Arhell/pt-256
[pt] Fix sha256 url missing '/release/' to download kubectl
2 parents 9eda1d3 + 44a6b0f commit e9cab42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/pt-br/docs/tasks/tools/install-kubectl-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Por exemplo, para fazer download da versão {{< skew currentPatchVersion >}} no
4444
Faça download do arquivo checksum de verificação do kubectl:
4545

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

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

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

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

0 commit comments

Comments
 (0)