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
We have a requirement to pass multiple network interfaces through to the kubernetes nodes. I've implemented this by adding a list of extraBridges for each instance that is used to create additional network_interface sections in the libvirt_domain and populate the cloud_init_network_static.tpl file to configure the new network interfaces in the VM.
If you're happy to proceed I'll create a pull request. Can any of the issues I've created today be grouped into a single pull request or do you want one for each issue?
The text was updated successfully, but these errors were encountered:
thanks again for opening all these issues.
If you could open separate pull requests, I would be very grateful as we can then discuss each issue separately further.
We have a requirement to pass multiple network interfaces through to the kubernetes nodes. I've implemented this by adding a list of
extraBridges
for each instance that is used to create additionalnetwork_interface
sections in thelibvirt_domain
and populate thecloud_init_network_static.tpl
file to configure the new network interfaces in the VM.If you're happy to proceed I'll create a pull request. Can any of the issues I've created today be grouped into a single pull request or do you want one for each issue?
The text was updated successfully, but these errors were encountered: