rancher / elemental-operator

The Elemental operator is responsible for managing the OS versions and maintaining a machine inventory to assist with edge or baremetal installations.
Apache License 2.0
40 stars 17 forks source link

Add managedosversion finalizer #775

Closed anmazzotti closed 2 months ago

anmazzotti commented 2 months ago

This PR is a pre-requisite to #759

A new controller has been added to manage the ManagedOSVersion finalizer. This will prevent deletion of ManagedOSVersion that are still referenced by any ManagedOSImage.

To my knowledge there is no other direct reference to a ManagedOSVersion. The UI uses a cached list of versions when creating a new SeedImage, but this is presentation layer only, there's no reference to a ManagedOSVersion from a SeedImage.

anmazzotti commented 2 months ago

Also accidentally found how it looks like when the finalizer is preventing the deletion. So even without UI changes, this is looking good.

scheduled_for_deletion