But the only ways I could figure out to get the IP...
# rke2
b
But the only ways I could figure out to get the IPAM DHCP plugin working were by either: • manually installing the systemd units from https://github.com/containernetworking/plugins/tree/main/plugins/ipam/dhcp/systemd -- which is less-than-ideal for doing it at scale • installing one of the dhcp-daemonset manifests you can find in various projects, e.g. https://github.com/k8snetworkplumbingwg/reference-deployment/tree/master/multus-dhcp -- which does fully solve the issue for me, but seems like RKE2 should be able to do this itself?