Skip to content

Commit

Permalink
add coral usb entries
Browse files Browse the repository at this point in the history
  • Loading branch information
carpenike committed Nov 25, 2024
1 parent 8af7ad8 commit 0ac610f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kubernetes/cluster-0/talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,9 @@ controlPlane:
rules:
# Intel GPU
- SUBSYSTEM=="drm", KERNEL=="renderD*", GROUP="44", MODE="0660"
# Coral Edge M.2 TPU
- SUBSYSTEM=="apex", KERNEL=="apex*", GROUP="44", MODE="0660"
# Coral Edge GPU
- SUBSYSTEMS=="usb", ATTRS{idVendor}=="1a6e", ATTRS{idProduct}=="089a", MODE="0664", TAG+="uaccess"
- SUBSYSTEMS=="usb", ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="9302", MODE="0664", TAG+="uaccess"
# Disable default API server admission plugins.
- |-
Expand Down

0 comments on commit 0ac610f

Please sign in to comment.