vm-hosts: Add missing kube.network config

When I added the *systemd-networkd* configuration for the Kubernetes
network interface on the VM hosts, I only added the `.netdev`
configuration and forgot the `.network` part.  Without the latter,
*systemd-networkd* creates the interface, but does not configure or
activate it, so it is not able to handle traffic for the VMs attached to
the bridge.
btop
Dustin 2022-08-22 20:00:47 -05:00
parent 31c73e696f
commit 4511d5447e
1 changed files with 7 additions and 0 deletions

View File

@ -179,6 +179,13 @@ vmhost_networks:
Description: pyrocufflink.blue VM network bridge Description: pyrocufflink.blue VM network bridge
DHCP: 'no' DHCP: 'no'
LinkLocalAddressing: 'no' LinkLocalAddressing: 'no'
- name: 60-kube
Match:
Name: kube
Network:
Description: Kubernetes network bridge
DHCP: 'no'
LinkLocalAddressing: 'no'
- name: 60-mgmt - name: 60-mgmt
Match: Match:
Name: mgmt Name: mgmt