You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Propagate inventory labels to node on bootstrap plan (#243)
Inventory labels are not propagated from the inventory into the node so
they are pretty useless for things like upgrades.
This patch fixes it by using the override yaml in the node k3s/rke2
configuration to append node labels obtained from the inventory
Signed-off-by: Itxaka <igarcia@suse.com>
Signed-off-by: Itxaka <igarcia@suse.com>
// bootstrapReadyHandler once the `InventoryReady` condition is true the bootstrap will set the bootstrap plan and record the checksum. Once the bootstrap checksum is applied to the machine inventory bootstrap is considered complete.
@@ -145,6 +147,21 @@ func (h *handler) getBootstrapPlan(selector *v1beta1.MachineInventorySelector, i
0 commit comments