fix: correct hardcoded macvlan template, use var macvlan_interface. (#7401)
This commit is contained in:
parent
486b223e01
commit
e1c6992c55
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ BOOTPROTO=none
|
||||||
ONBOOT=yes
|
ONBOOT=yes
|
||||||
NM_CONTROLLED=no
|
NM_CONTROLLED=no
|
||||||
|
|
||||||
MACVLAN_PARENT=eth2
|
MACVLAN_PARENT={{ macvlan_interface }}
|
||||||
MACVLAN_MODE=bridge
|
MACVLAN_MODE=bridge
|
||||||
|
|
||||||
IPADDR={{ node_pod_cidr|ipaddr('net')|ipaddr(1)|ipaddr('address') }}
|
IPADDR={{ node_pod_cidr|ipaddr('net')|ipaddr(1)|ipaddr('address') }}
|
||||||
|
|
Loading…
Reference in a new issue