Conversation
b7b76e1 to
514096d
Compare
Add support for creating Talos ISOs with embedded machine configuration for direct bare-metal bootstrap. This eliminates the need for a seed cluster to serve machine configs over HTTP. Changes: - Add Talos base and UM760 ISOs to images manifest - Create talos-embed-config.sh transform hook for ISO embedding - Add --skip-transform-hooks flag to labctl for CI environments - Add skip message when transform hooks are skipped - Update bootstrap documentation to reflect new approach The transform hook uses talhelper to generate machine configs and the Talos imager to embed them into the ISO. This enables direct boot to a configured Talos node. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
bb01993 to
7698116
Compare
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.
Summary
Add transform hook and image configuration to create Talos ISOs with embedded machine configuration, enabling direct bootstrap without a seed cluster.
Changes
talos-embed-config.shtransform hook that generates machine config via talhelper and embeds it into ISO using Talos imagertalos-baseandtalos-um760entries toimages/images.yamlHow It Works
The
labctl images synccommand now:talhelper genconfigfromtalconfig.yamlWhen the UM760 boots from this ISO, Talos reads the embedded configuration immediately without needing a network-based config fetch.
Benefits
The embedded ISO approach:
Test plan
labctl images sync --name talos-um760Closes HOM-27
🤖 Generated with Claude Code