-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
talconfig.yaml
100 lines (100 loc) · 2.97 KB
/
talconfig.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
clusterName: main
talosVersion: v1.5.5
kubernetesVersion: v1.28.0
endpoint: https://192.168.10.100:6443
allowSchedulingOnControlPlanes: false
clusterPodNets:
- 172.16.0.0/16
clusterSvcNets:
- 172.17.0.0/16
patches:
- '@./patches/all.json'
nodes:
- hostname: k8s-control-1
ipAddress: ${MASTER1IP}
controlPlane: true
installDiskSelector:
size: <= 600GB
networkInterfaces:
- interface: eth0
addresses:
- ${MASTER1IP}/24
mtu: 1500
vip:
ip: ${VIP}
- hostname: k8s-control-2
ipAddress: ${MASTER2IP}
controlPlane: true
installDiskSelector:
size: <= 600GB
networkInterfaces:
- interface: eth0
addresses:
- ${MASTER2IP}/24
mtu: 1500
vip:
ip: ${VIP}
- hostname: k8s-control-3
ipAddress: ${MASTER3IP}
controlPlane: true
installDiskSelector:
size: <= 600GB
networkInterfaces:
- interface: eth0
addresses:
- ${MASTER3IP}/24
mtu: 1500
vip:
ip: ${VIP}
# - hostname: k8s-worker-1
# ipAddress: 192.168.100.11
# installDiskSelector:
# size: <= 600GB
# networkInterfaces:
# - interface: eth0
# addresses:
# - 192.168.100.11/24
# mtu: 1500
controlPlane:
patches:
- '@./patches/controlplane.json'
- '@./patches/sopssecret.yaml'
schematic:
customization:
systemExtensions:
officialExtensions:
- siderolabs/amd-ucode
- siderolabs/bnx2-bnx2x
- siderolabs/gasket-driver
- siderolabs/gvisor
- siderolabs/i915-ucode
- siderolabs/intel-ucode
- siderolabs/iscsi-tools
- siderolabs/nut-client
- siderolabs/nvidia-container-toolkit
- siderolabs/nvidia-fabricmanager
- siderolabs/qemu-guest-agent
- siderolabs/thunderbolt
- siderolabs/zfs
- siderolabs/nonfree-kmod-nvidia
worker:
patches:
- '@./patches/worker.json'
schematic:
customization:
systemExtensions:
officialExtensions:
- siderolabs/amd-ucode
- siderolabs/bnx2-bnx2x
- siderolabs/gasket-driver
- siderolabs/gvisor
- siderolabs/i915-ucode
- siderolabs/intel-ucode
- siderolabs/iscsi-tools
- siderolabs/nut-client
- siderolabs/nvidia-container-toolkit
- siderolabs/nvidia-fabricmanager
- siderolabs/qemu-guest-agent
- siderolabs/thunderbolt
- siderolabs/zfs
- siderolabs/nonfree-kmod-nvidia