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 #157

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.

Signed-off-by: Artem Chernyshev artem.chernyshev@talos-systems.com (cherry picked from commit 8aa6a6af152fb02475d2704c63511eec771dd35d)

Unix4ever commented 3 months ago

/m