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

operator: fix ManagedOSVersionChannel sync #769

Closed fgiudici closed 2 months ago

fgiudici commented 2 months ago

Review the sync in the ManagedOSVersionChannel reconcile loop.

After the very fist initial sync, all subsequently channel syncs fail: fixed. Fixes: #766

Older resources may not have annotations yet: initialize the field. Fixes: #767