Skip to content

Commit b22fa3c

Browse files
committed
[es] Fix sha256 url missing '/release/' to download kubectl
1 parent f8da02e commit b22fa3c

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)