siderolabs / omni

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

fix: make cluster machine install disk selector pick correct disk #181

Closed Unix4ever closed 3 months ago

Unix4ever commented 3 months ago

The UI does not create install disk config patch if the user does not touch disk dropdown. It works correctly if the default disk is shown initially there, then it works as intended. But the bug was that we were showing the first install disk as the selected option instead of the default one.

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

Unix4ever commented 3 months ago

/m