Skip to content

Commit

Permalink
try this coral config / usb
Browse files Browse the repository at this point in the history
  • Loading branch information
carpenike committed Nov 25, 2024
1 parent 7178595 commit be3c979
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ metadata:
name: google-coral-device
spec:
rules:
- # Google Coral USB Accelerator
name: google.coral
- name: google.coral
labels:
google.feature.node.kubernetes.io/coral: "true"
matchFeatures:
- feature: usb.device
matchExpressions:
vendor: { op: In, value: ["1a6e", "18d1"] }
vendor: { op: In, value: ["1ac1"] }
class: { op: In, value: ["0880"] }

0 comments on commit be3c979

Please sign in to comment.