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
41 stars 17 forks source link

Add toggle to automatically delete no longer in sync versions #780

Closed anmazzotti closed 3 months ago

anmazzotti commented 3 months ago

Part of #759

This introduces an option to automatically delete ManagedOSVersions that are no longer in sync with a channel.

The default value is false to not change the current behavior, but we can rethink it. It should be safe to enable it by default, in conjunction with #775, but it may still be unexpected for the user.