Skip to content

Commit 7bbd4d6

Browse files
authored
Merge pull request #43423 from Arhell/es-256
[es] Fix sha256 url missing '/release/' to download kubectl
2 parents efe9072 + b22fa3c commit 7bbd4d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/es/docs/tasks/tools/included/install-kubectl-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Por ejemplo, para descargar la versión {{< skew currentPatchVersion >}} en Linu
4545
Descargue el archivo de comprobación de kubectl:
4646

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

5151
Valide el binario kubectl con el archivo de comprobación:
@@ -199,7 +199,7 @@ A continuación, se muestran los procedimientos para configurar el autocompletad
199199
Descargue el archivo de comprobación kubectl-convert:
200200

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

205205
Valide el binario kubectl-convert con el archivo de comprobación:

0 commit comments

Comments
 (0)