siderolabs / omni

SaaS-simple deployment of Kubernetes - on your own hardware.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overlay support for Talos 1.7 machinery

frezbo opened this issue · comments

Problem Description

When generating machine images for SBC's for Talos v1.7+. overlays needs to be used

Solution

Meta extensions from image factory now contain an extraInfo field in the extension spec that contains the full info used to generate the schematic. This can be used to store the overlay/other information needed by omni.

This is available for images generated for Talos 1.7+ (can be checked via quirks.New(<talosversion>).SupportsOverlay())

No response

Alternative Solutions

No response

Notes

No response