Skip to content

Commit

Permalink
Upgrade talos, add extra drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
woneill committed Jan 30, 2025
1 parent a1625d8 commit d94057a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
19 changes: 3 additions & 16 deletions talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ controlPlane:
officialExtensions:
- siderolabs/iscsi-tools
- siderolabs/util-linux-tools
# kernelModules:
# # See https://longhorn.io/docs/1.8.0/advanced-resources/os-distro-specific/talos-linux-support/#v2-data-engine
# - name: nvme_tcp
# - name: vfio_pci
patches:
- |-
- op: replace
Expand All @@ -45,18 +41,6 @@ controlPlane:
- metallb-system
- otel
- tailscale
# # See https://longhorn.io/docs/1.8.0/advanced-resources/os-distro-specific/talos-linux-support/#system-extensions
# - |-
# machine:
# kubelet:
# extraMounts:
# - destination: /var/lib/longhorn
# type: bind
# source: /var/lib/longhorn
# options:
# - bind
# - rshared
# - rw
- |-
machine:
sysctls:
Expand All @@ -70,7 +54,10 @@ worker:
customization:
systemExtensions:
officialExtensions:
- siderolabs/i915
- siderolabs/intel-ucode
- siderolabs/iscsi-tools
- siderolabs/mei
- siderolabs/util-linux-tools
kernelModules:
# See https://longhorn.io/docs/1.8.0/advanced-resources/os-distro-specific/talos-linux-support/#v2-data-engine
Expand Down
4 changes: 2 additions & 2 deletions talos/talenv.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
talosVersion: v1.9.2
kubernetesVersion: v1.30.3
talosVersion: v1.9.3
kubernetesVersion: v1.32.1
vip: 192.168.1.23

0 comments on commit d94057a

Please sign in to comment.