Skip to content

Commit

Permalink
better udev config
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuism committed Mar 5, 2025
1 parent 2c6d788 commit bb0ecca
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions talconfig.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
clusterName: impl-k8s
talosVersion: v1.9.3
talosVersion: v1.9.4
kubernetesVersion: v1.32.0
endpoint: https://control.impl.nl:6443
allowSchedulingOnControlPlanes: true
Expand Down Expand Up @@ -71,7 +71,6 @@ worker:
- 8.8.4.4
- 8.8.8.8


nodes:
- hostname: node37
ipAddress: 192.168.1.37
Expand Down Expand Up @@ -101,6 +100,12 @@ nodes:
customization:
extraKernelArgs:
- "-console=ttyS2,115200"
patches:
- |-
machine:
udev:
rules:
- SUBSYSTEM=="usb", ATTRS{idVendor}==“051d”, ATTRS{idProduct}==“0002”, MODE="0666"
- hostname: node34
ipAddress: 192.168.1.34
controlPlane: true
Expand Down

0 comments on commit bb0ecca

Please sign in to comment.