nix ready, cleaner setup
This commit is contained in:
@@ -3,10 +3,10 @@ machine:
|
||||
interfaces:
|
||||
# we select the first interface and give it a virtual IP.
|
||||
- deviceSelector:
|
||||
busPath: "0*"
|
||||
physical: true
|
||||
dhcp: true
|
||||
vip:
|
||||
ip: 192.168.1.222
|
||||
ip: 192.168.5.0
|
||||
|
||||
nameservers:
|
||||
- 8.8.8.8
|
||||
@@ -15,4 +15,3 @@ machine:
|
||||
|
||||
cluster:
|
||||
allowSchedulingOnControlPlanes: true
|
||||
|
||||
|
@@ -4,4 +4,3 @@ machine:
|
||||
|
||||
nodeLabels:
|
||||
machineType: vm
|
||||
|
7
patch/controlplane.xoa.yaml
Normal file
7
patch/controlplane.xoa.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
machine:
|
||||
install:
|
||||
disk: /dev/xvda
|
||||
|
||||
nodeLabels:
|
||||
machineType: vm
|
||||
|
Reference in New Issue
Block a user