Bonding and kubernetes

Hello everyone, I have my cluster up and running on bare metal using kubeadm. Now I want to bond the interfaces for redundancy and speed. It looks like kubeadm selects the first listed iface as its default network. Yes I will be rebuilding the cluster to implement this.

I am in need of some guidance on how to tell kubeadm to use the bonded iface for the kubernetes network. The bonding would be done at the host level.

Does the kubeadm join also have a way to tell the worker nodes to use the bonded interface?

any help would be greatly appreciated.

Brad