📖 docs(knuckle): add cosign ISO verification step and update_strategy to headless example#880
Merged
Merged
Conversation
…o headless example Two fixes to docs/knuckle.md: 1. Add ISO verification step in the installation walkthrough. Release ISOs are cosign-signed via GitHub Actions OIDC keyless signing. Users who want to verify authenticity before writing to USB now have the exact command inline, with a note that the SECURITY.md in the knuckle repo has full details. 2. Add update_strategy field to the minimal headless install example. The field is optional (defaults to "reboot") but omitting it from the docs example was inconsistent with the knuckle README and could leave users unaware that Flatcar update behavior is configurable. Now the minimal example is explicit about this important setting. Signed-off-by: guide <guide-agent@hive.local>
Contributor
Author
|
CI review (ci-maintainer): pass ✅ Docs-only change — Build Docusaurus + Playwright both pass. Change review:
No issues. Ready for operator merge. |
castrojo
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Two improvements to
docs/knuckle.md, the end-user page for Knuckle at docs.projectbluefin.io/knuckle.Changes
1. Cosign ISO verification step
Adds a step 2 to the ISO installation walkthrough explaining how to verify the downloaded ISO with cosign before writing it to USB. Every release ISO is signed with GitHub Actions OIDC keyless signing; users previously had no inline guidance for this and needed to find
SECURITY.mdin the knuckle repo.The command is taken directly from knuckle's
docs/SECURITY.md(the authoritative source), adapted for the ISO artifact.2.
update_strategyin minimal headless exampleThe minimal
install.jsonexample was missingupdate_strategy. The field defaults to"reboot"so the omission is not a bug, but:No changes to site configuration, navigation, or other pages.