adamant-kite-43734
12/22/2024, 12:19 PMfast-bear-60513
12/31/2024, 8:58 AMcloud-config , that will be evaluated at first boot.
For node specific scripts there are a couple of options. If they can be applied after the node has been bootstrapped, then consider using a system-upgrade-controller Plan resource using a nodeSelector , to be applied on the downstream cluster: https://github.com/rancher/system-upgrade-controller
However since this is about configuring network, the other option is to use the nm-configurator and apply a static per-node configuration. This is matched with the machine's NIC MAC addresses: https://elemental.docs.rancher.com/networking-static
You may need however to bring in your logic for the bgp configuration, also through MAC address matching, or by other means like motherboard UUID or other information.