Skip to content

Commit f33579f

Browse files
committed
.
1 parent 4894ec4 commit f33579f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

talos/talconfig.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ nodes:
3838
mtu: 1500
3939
vip:
4040
ip: "192.168.1.216"
41+
patches:
42+
- "@./patches/k8s-node-0/add-longhorn-disk.yaml"
43+
4144
- hostname: "k8s-node-1"
4245
ipAddress: "192.168.1.211"
4346
installDisk: "/dev/nvme0n1"
@@ -57,6 +60,9 @@ nodes:
5760
mtu: 1500
5861
vip:
5962
ip: "192.168.1.216"
63+
patches:
64+
- "@./patches/k8s-node-1/add-longhorn-disk.yaml"
65+
6066
- hostname: "k8s-node-2"
6167
ipAddress: "192.168.1.212"
6268
installDisk: "/dev/nvme0n1"
@@ -76,6 +82,9 @@ nodes:
7682
mtu: 1500
7783
vip:
7884
ip: "192.168.1.216"
85+
patches:
86+
- "@./patches/k8s-node-2/add-longhorn-disk.yaml"
87+
7988
- hostname: "k8s-node-3"
8089
ipAddress: "192.168.1.213"
8190
installDisk: "/dev/nvme0n1"
@@ -95,6 +104,9 @@ nodes:
95104
mtu: 1500
96105
vip:
97106
ip: "192.168.1.216"
107+
patches:
108+
- "@./patches/k8s-node-3/add-longhorn-disk.yaml"
109+
98110
- hostname: "k8s-node-4"
99111
ipAddress: "192.168.1.214"
100112
installDisk: "/dev/nvme0n1"
@@ -114,6 +126,9 @@ nodes:
114126
mtu: 1500
115127
vip:
116128
ip: "192.168.1.216"
129+
patches:
130+
- "@./patches/k8s-node-4/add-longhorn-disk.yaml"
131+
117132
- hostname: "k8s-node-5"
118133
ipAddress: "192.168.1.215"
119134
installDisk: "/dev/nvme0n1"
@@ -131,6 +146,8 @@ nodes:
131146
- network: "0.0.0.0/0"
132147
gateway: "192.168.1.3"
133148
mtu: 1500
149+
patches:
150+
- "@./patches/k8s-node-5/add-longhorn-disk.yaml"
134151

135152
# Global patches
136153
patches:

0 commit comments

Comments
 (0)