-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtalconfig.yaml
134 lines (134 loc) · 3.12 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
---
clusterName: home-cluster
talosVersion: v1.7.6
kubernetesVersion: v1.30.5
endpoint: https://192.168.200.20:6443
allowSchedulingOnMasters: true
cniConfig:
name: none
patches:
- |-
machine:
kubelet:
extraMounts:
- destination: /var/openebs/local
type: bind
source: /var/openebs/local
options:
- rbind
- rshared
- rw
nodes:
- hostname: kmaster1
ipAddress: 192.168.200.21
controlPlane: true
installDisk: /dev/nvme0n1
nameservers:
- 1.1.1.1
- 8.8.8.8
networkInterfaces:
- interface: eth0
addresses:
- 192.168.200.21/24
routes:
- network: 0.0.0.0/0
gateway: 192.168.200.1
vip:
ip: 192.168.200.20
- hostname: kmaster2
ipAddress: 192.168.200.22
controlPlane: true
installDisk: /dev/sda
nameservers:
- 1.1.1.1
- 8.8.8.8
networkInterfaces:
- interface: eth0
addresses:
- 192.168.200.22/24
routes:
- network: 0.0.0.0/0
gateway: 192.168.200.1
vip:
ip: 192.168.200.20
patches:
- |-
- op: add
path: /machine/install/extraKernelArgs/-
value: nvme_core.default_ps_max_latency_us=0
- op: add
path: /machine/install/extraKernelArgs/-
value: pcie_aspm=off
- hostname: kmaster3
ipAddress: 192.168.200.23
controlPlane: true
installDiskSelector:
model: SAMSUNG MZ27KM480
nameservers:
- 1.1.1.1
- 8.8.8.8
networkInterfaces:
- interface: eth0
addresses:
- 192.168.200.23/24
routes:
- network: 0.0.0.0/0
gateway: 192.168.200.1
vip:
ip: 192.168.200.20
controlPlane:
schematic:
customization:
extraKernelArgs:
- net.ifnames=0
systemExtensions:
officialExtensions:
- siderolabs/intel-ucode
- siderolabs/i915-ucode
patches:
- |-
- op: add
path: /machine/kubelet/extraArgs
value:
rotate-server-certificates: "true"
feature-gates: GracefulNodeShutdown=true
- op: add
path: /cluster/controllerManager/extraArgs
value:
bind-address: 0.0.0.0
- op: add
path: /cluster/scheduler/extraArgs
value:
bind-address: 0.0.0.0
- op: add
path: /cluster/proxy/extraArgs
value:
bind-address: 0.0.0.0
- |-
machine:
time:
disabled: false
servers:
- 192.168.200.1
worker:
schematic:
customization:
extraKernelArgs:
- net.ifnames=0
systemExtensions:
officialExtensions:
- siderolabs/intel-ucode
- siderolabs/i915-ucode
patches:
- |-
- op: add
path: /machine/kubelet/extraArgs
value:
rotate-server-certificates: "true"
feature-gates: CronJobTimeZone=true,GracefulNodeShutdown=true
- |-
machine:
time:
disabled: false
servers:
- 192.168.200.1