18 lines
307 B
YAML
18 lines
307 B
YAML
machine:
|
|
network:
|
|
interfaces:
|
|
# we select the first interface and give it a virtual IP.
|
|
- deviceSelector:
|
|
physical: true
|
|
dhcp: true
|
|
vip:
|
|
ip: 192.168.5.0
|
|
|
|
nameservers:
|
|
- 8.8.8.8
|
|
- 1.1.1.1
|
|
|
|
|
|
cluster:
|
|
allowSchedulingOnControlPlanes: true
|