siderolabs / omni

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

fix: properly select schematics for machine set and machine levels #155

Closed Unix4ever closed 3 months ago

Unix4ever commented 3 months ago

The controller code has the bug in the loop: the last fallback was picking resources which have cluster label, but the thing is that all of them have it. Make it select only the resources which have only cluster label.

Unix4ever commented 3 months ago

/m