add longhorn
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
clusterName: homelab
|
||||
talosVersion: v1.12.5
|
||||
kubernetesVersion: v1.32.0
|
||||
endpoint: https://192.168.2.111:6443
|
||||
allowSchedulingOnMasters: true
|
||||
cniConfig:
|
||||
name: none
|
||||
nodes:
|
||||
- hostname: op-01
|
||||
ipAddress: 192.168.2.111
|
||||
controlPlane: true
|
||||
installDisk: /dev/sda
|
||||
schematic:
|
||||
customization:
|
||||
systemExtensions:
|
||||
officialExtensions:
|
||||
- siderolabs/i915
|
||||
- siderolabs/intel-ucode
|
||||
# - siderolabs/tailscale
|
||||
- siderolabs/util-linux-tools
|
||||
- hostname: op-02
|
||||
ipAddress: 192.168.2.109
|
||||
controlPlane: true
|
||||
installDisk: /dev/sda
|
||||
schematic:
|
||||
customization:
|
||||
systemExtensions:
|
||||
officialExtensions:
|
||||
- siderolabs/i915
|
||||
- siderolabs/intel-ucode
|
||||
# - siderolabs/tailscale
|
||||
- siderolabs/util-linux-tools
|
||||
- hostname: op-03
|
||||
ipAddress: 192.168.2.110
|
||||
controlPlane: true
|
||||
installDisk: /dev/sda
|
||||
schematic:
|
||||
customization:
|
||||
systemExtensions:
|
||||
officialExtensions:
|
||||
- siderolabs/i915
|
||||
- siderolabs/intel-ucode
|
||||
# - siderolabs/tailscale
|
||||
- siderolabs/util-linux-tools
|
||||
Reference in New Issue
Block a user