Skip to content

Commit

Permalink
Merge pull request #43423 from Arhell/es-256
Browse files Browse the repository at this point in the history
[es] Fix sha256 url missing '/release/' to download kubectl
  • Loading branch information
k8s-ci-robot authored Oct 11, 2023
2 parents efe9072 + b22fa3c commit 7bbd4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/es/docs/tasks/tools/included/install-kubectl-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Por ejemplo, para descargar la versión {{< skew currentPatchVersion >}} en Linu
Descargue el archivo de comprobación de 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 el binario kubectl con el archivo de comprobación:
Expand Down Expand Up @@ -199,7 +199,7 @@ A continuación, se muestran los procedimientos para configurar el autocompletad
Descargue el archivo de comprobación 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 el binario kubectl-convert con el archivo de comprobación:
Expand Down

0 comments on commit 7bbd4d6

Please sign in to comment.