siderolabs / omni

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

fix: do not block machine config updates if loadbalancer is down #240

Closed Unix4ever closed 1 month ago

Unix4ever commented 1 month ago

This check doesn't make sense for the config updates. We are trying to address the case when the config has broken the API server and you try to revert it. All api servers are down and you can not revert it because all api servers are down.

Fixes: #239

Unix4ever commented 1 month ago

/m