f599c2a691
* add macvlan cni to kubespray * macvlan: lint yaml files and fix sample config file * macvlan: add OWNERS file * add macvlan to README * macvlan : CI first shoot * macvlan : CI add full masquerade * delegate retrive pod cidr to master only * macvlan: add config for CI * macvlan: add netchecker deployment
6 lines
151 B
YAML
6 lines
151 B
YAML
---
|
|
# private interface, on a l2-network
|
|
macvlan_interface: "eth1"
|
|
|
|
# Enable nat in default gateway network interface
|
|
enable_nat_default_gateway: true
|