siderolabs / omni

SaaS-simple deployment of Kubernetes - on your own hardware.
Other
437 stars 22 forks source link

fix: do not allow adding ISO, PXE nodes running different Talos version #183

Closed Unix4ever closed 2 months ago

Unix4ever commented 3 months ago

Adding them to cluster will no longer work. Validation and the UI won't allow that.

We can not upgrade the node which doesn't have Talos installed yet. So the config generated for a different version of Talos will make this node never join the cluster. That's why we disable that.

Fixes: https://github.com/siderolabs/omni/issues/43

Unix4ever commented 2 months ago

/m