mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-11 10:00:03 -03:30
fix: correct hardcoded macvlan template, use var macvlan_interface. (#7401)
This commit is contained in:
parent
486b223e01
commit
e1c6992c55
@ -5,7 +5,7 @@ BOOTPROTO=none
|
||||
ONBOOT=yes
|
||||
NM_CONTROLLED=no
|
||||
|
||||
MACVLAN_PARENT=eth2
|
||||
MACVLAN_PARENT={{ macvlan_interface }}
|
||||
MACVLAN_MODE=bridge
|
||||
|
||||
IPADDR={{ node_pod_cidr|ipaddr('net')|ipaddr(1)|ipaddr('address') }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user