simple configuration and documentation

This commit is contained in:
2024-09-16 20:08:29 +02:00
commit eae471a9d5
5 changed files with 91 additions and 0 deletions

18
patch/common.yaml Normal file
View File

@@ -0,0 +1,18 @@
machine:
network:
interfaces:
# we select the first interface and give it a virtual IP.
- deviceSelector:
busPath: "0*"
dhcp: true
vip:
ip: 192.168.1.222
nameservers:
- 8.8.8.8
- 1.1.1.1
cluster:
allowSchedulingOnControlPlanes: true

View File

@@ -0,0 +1,7 @@
machine:
install:
disk: /dev/nvme0n1
nodeLabels:
machineType: baremetal

View File

@@ -0,0 +1,7 @@
machine:
install:
disk: /dev/sda
nodeLabels:
machineType: vm