You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version of talhelper used by clustertool does not support talos version 1.9.0 resulting in validation errors with genconfig commands when new 1.9.0 items (such as new system extensions) are used
To Reproduce
In an existing repo:
In talconfig.yaml update talosVersion to 1.9.0
Add siderolabs/i915 as a system extension
Run clustertool genconfig
Outcome:
There are issues with your Talhelper config file:
field: "nodes[0].schematic"
* "siderolabs/i915" is not a supported Talos extension for "v1.8.3"
FTL failed to parse talconfig or talenv file: %s error="please fix issues with your config file"
From scratch
Create a new folder
Run clustertool init in the new folder
Fill out minimum information (DOMAIN_0*) in clusterenv.yaml
In talconfig.yaml update talosVersion to 1.9.0
Add siderolabs/i915 as a system extension
Run clustertool init
Run clustertool genconfig
Resulting in the same error as above
Expected Behavior
Expected behaviour is for clustertool to support talos 1.9.0 with new extensions/features
Screenshots
n/a
Additional Context
n/a
I've read and agree with the following
I've checked all open and closed issues and my issue is not there.
I've understand TrueNAS SCALE Apps are deprecated and TrueCharts does not accept TrueNAS SCALE related issues
I've prefixed my issue title with [Chart-Name]
The text was updated successfully, but these errors were encountered:
Chart Name
n/a
Operating System
other
Deployment Method
FluxCD
Chart Version
n/a
Kubernetes Events
Chart Logs
Chart Configuration
n/a
Describe the bug
The version of talhelper used by clustertool does not support talos version 1.9.0 resulting in validation errors with
genconfig
commands when new 1.9.0 items (such as new system extensions) are usedTo Reproduce
In an existing repo:
talconfig.yaml
updatetalosVersion
to1.9.0
siderolabs/i915
as a system extensionclustertool genconfig
Outcome:
From scratch
clustertool init
in the new folderclusterenv.yaml
talconfig.yaml
updatetalosVersion
to 1.9.0siderolabs/i915
as a system extensionclustertool init
clustertool genconfig
Resulting in the same error as above
Expected Behavior
Expected behaviour is for clustertool to support talos 1.9.0 with new extensions/features
Screenshots
n/a
Additional Context
n/a
I've read and agree with the following
[Chart-Name]
The text was updated successfully, but these errors were encountered: