talhelper: talosctl genconfig complains that amdgpu-firmware is not a supported talos extension
Defined amdgpu-firmware in my schematic extension block:
schematic: &schematic
customization:
systemExtensions:
officialExtensions:
- siderolabs/amdgpu-firmware
When talosctl genconfig is executed, the following error is displayed:
There are issues with your talhelper config file:
field: "nodes[0].schematic"
* "siderolabs/amdgpu-firmware" is not a supported Talos extension
It is listed under Firmware in the Extension Catalog
https://github.com/siderolabs/extensions
About this issue
- Original URL
- State: closed
- Created 7 months ago
- Reactions: 1
- Comments: 22 (17 by maintainers)
Commits related to this issue
- feat(validate): validate supported extensions properly Fixes: https://github.com/budimanjojo/talhelper/issues/258 — committed to budimanjojo/talhelper by budimanjojo 6 months ago
maybe I should also make it clear in the error like:
"siderolabs/amdgpu-firmware" is not a supported Talos extension for v1.5.5so it’s not really confusing to the user.Ah, gotcha. I’m on 1.5.5.
@goproslowyo thank you! That’s so cool, it even shows everything from alpha to beta versions until v1.2.0. Seems like I can make use of that instead of using my ugly helper program.