Skip to content

Commit

Permalink
Merge pull request #43462 from Arhell/de-256
Browse files Browse the repository at this point in the history
[de] Fix sha256 url missing '/release/' to download kubectl
  • Loading branch information
k8s-ci-robot authored Oct 13, 2023
2 parents 4d0c50c + a8d0209 commit ce10463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/de/docs/tasks/tools/install-kubectl-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Um kubectl auf Linux zu installieren, gibt es die folgenden Möglichkeiten:
Download der kubectl Checksum-Datei:

```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"
```

Kubectl Binary mit der Checksum-Datei validieren:
Expand Down Expand Up @@ -236,7 +236,7 @@ Untenstehend ist beschrieben, wie die Autovervollständigungen für Fish und Zsh
Download der kubectl-convert Checksum-Datei:

```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"
```

Kubectl-convert Binary mit der Checksum-Datei validieren:
Expand Down

0 comments on commit ce10463

Please sign in to comment.