Skip to content

Commit a8d0209

Browse files
committed
[de] Fix sha256 url missing '/release/' to download kubectl
1 parent e9cab42 commit a8d0209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/de/docs/tasks/tools/install-kubectl-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Um kubectl auf Linux zu installieren, gibt es die folgenden Möglichkeiten:
5151
Download der kubectl Checksum-Datei:
5252

5353
```bash
54-
curl -LO "https://dl.k8s.io/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256"
54+
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256"
5555
```
5656

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

238238
```bash
239-
curl -LO "https://dl.k8s.io/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl-convert.sha256"
239+
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl-convert.sha256"
240240
```
241241

242242
Kubectl-convert Binary mit der Checksum-Datei validieren:

0 commit comments

Comments
 (0)