A NodeNetworkConfigurationPolicy (NNCP) is a Kubernetes resource that tells the NMState Operator how the node network should be configured — persistently, including after reboot. On this (Hetzner) server, variant A is used: three pure software bridges without a physical uplink. eno2 is controlled by OVN-K/OVS and must not be used directly as a bridge port.
br-net1, br-net2, br-net3)br-net1 = network 1 (e.g. application VMs)br-net2 = network 2 (e.g. database VMs)br-net3 = network 3 (e.g. storage/backup VMs)eno2/br-exoc apply -f sno-software-bridges.yamlwatch oc get nnce (wait until Available)br-ex / eno2 node IP must be unchanged after apply!