simple configuration and documentation
This commit is contained in:
18
patch/common.yaml
Normal file
18
patch/common.yaml
Normal 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
|
||||
|
7
patch/controlplane.metal.yaml
Normal file
7
patch/controlplane.metal.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
machine:
|
||||
install:
|
||||
disk: /dev/nvme0n1
|
||||
|
||||
nodeLabels:
|
||||
machineType: baremetal
|
||||
|
7
patch/controlplane.vm.yaml
Normal file
7
patch/controlplane.vm.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
machine:
|
||||
install:
|
||||
disk: /dev/sda
|
||||
|
||||
nodeLabels:
|
||||
machineType: vm
|
||||
|
Reference in New Issue
Block a user