Merge pull request #30166 from stefanlasiewski/patch-1
sha256sum requires 2nd space for the file type
This commit is contained in:
@@ -52,7 +52,7 @@ For example, to download version {{< param "fullversion" >}} on Linux, type:
|
|||||||
Validate the kubectl binary against the checksum file:
|
Validate the kubectl binary against the checksum file:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
echo "$(<kubectl.sha256) kubectl" | sha256sum --check
|
echo "$(<kubectl.sha256) kubectl" | sha256sum --check
|
||||||
```
|
```
|
||||||
|
|
||||||
If valid, the output is:
|
If valid, the output is:
|
||||||
|
|||||||
Reference in New Issue
Block a user