Skip to content

Commit

Permalink
[de] Fix sha256 url missing '/release/' to download kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Oct 12, 2023
1 parent e9cab42 commit a8d0209
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 a8d0209

Please sign in to comment.