File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 38
38
mtu : 1500
39
39
vip :
40
40
ip : " 192.168.1.216"
41
+ patches :
42
+ - " @./patches/k8s-node-0/add-longhorn-disk.yaml"
43
+
41
44
- hostname : " k8s-node-1"
42
45
ipAddress : " 192.168.1.211"
43
46
installDisk : " /dev/nvme0n1"
57
60
mtu : 1500
58
61
vip :
59
62
ip : " 192.168.1.216"
63
+ patches :
64
+ - " @./patches/k8s-node-1/add-longhorn-disk.yaml"
65
+
60
66
- hostname : " k8s-node-2"
61
67
ipAddress : " 192.168.1.212"
62
68
installDisk : " /dev/nvme0n1"
76
82
mtu : 1500
77
83
vip :
78
84
ip : " 192.168.1.216"
85
+ patches :
86
+ - " @./patches/k8s-node-2/add-longhorn-disk.yaml"
87
+
79
88
- hostname : " k8s-node-3"
80
89
ipAddress : " 192.168.1.213"
81
90
installDisk : " /dev/nvme0n1"
@@ -95,6 +104,9 @@ nodes:
95
104
mtu : 1500
96
105
vip :
97
106
ip : " 192.168.1.216"
107
+ patches :
108
+ - " @./patches/k8s-node-3/add-longhorn-disk.yaml"
109
+
98
110
- hostname : " k8s-node-4"
99
111
ipAddress : " 192.168.1.214"
100
112
installDisk : " /dev/nvme0n1"
@@ -114,6 +126,9 @@ nodes:
114
126
mtu : 1500
115
127
vip :
116
128
ip : " 192.168.1.216"
129
+ patches :
130
+ - " @./patches/k8s-node-4/add-longhorn-disk.yaml"
131
+
117
132
- hostname : " k8s-node-5"
118
133
ipAddress : " 192.168.1.215"
119
134
installDisk : " /dev/nvme0n1"
@@ -131,6 +146,8 @@ nodes:
131
146
- network : " 0.0.0.0/0"
132
147
gateway : " 192.168.1.3"
133
148
mtu : 1500
149
+ patches :
150
+ - " @./patches/k8s-node-5/add-longhorn-disk.yaml"
134
151
135
152
# Global patches
136
153
patches :
You can’t perform that action at this time.
0 commit comments