New OPS-centric setup. Integrated with wild-init
and wild-setup
.
This commit is contained in:
17
setup/cluster-nodes/patch/controlplane.yaml
Normal file
17
setup/cluster-nodes/patch/controlplane.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
machine:
|
||||
install:
|
||||
disk: /dev/sdc
|
||||
network:
|
||||
interfaces:
|
||||
- interface: eth0
|
||||
vip:
|
||||
ip: 192.168.8.20
|
||||
- interface: eth1
|
||||
dhcp: true
|
||||
cluster:
|
||||
discovery:
|
||||
enabled: true
|
||||
registries:
|
||||
service:
|
||||
disabled: true
|
||||
allowSchedulingOnControlPlanes: true
|
3
setup/cluster-nodes/patch/worker.yaml
Normal file
3
setup/cluster-nodes/patch/worker.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
machine:
|
||||
install:
|
||||
disk: /dev/sdc
|
Reference in New Issue
Block a user