Skip to content

Commit

Permalink
[v1.6.x] Document SeedImage Checksum (#368)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Mazzotti <[email protected]>
  • Loading branch information
anmazzotti authored Aug 22, 2024
1 parent 6d74a1d commit b4df9ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions versioned_docs/version-1.6/seedimage-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,9 @@ Note that the URL will use the same endpoint as Rancher, so beware of HTTPS vali
```bash
kubectl get seedimage -n fleet-default fire-img -o jsonpath="{.status.downloadURL}"
```

The checksum of the image is also available to verify the download was correct:

```bash
kubectl get seedimage -n fleet-default fire-img -o jsonpath="{.status.checksumURL}"
```

0 comments on commit b4df9ee

Please sign in to comment.