You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ The smarter-device-manager starts by reading a YAML configuration file. This con
17
17
nummaxdevices: 10
18
18
```
19
19
20
+
Devices in subdirectories have the slash replaced with underscore in the
21
+
resource name, due to kubernetes naming restrictions: e.g. `/dev/net/tun`
22
+
becomes `smarter-devices/net_tun`.
23
+
20
24
The default config file provided will enable most of the devices available on a Raspberry Pi (vers 1-4) or equivalent boards. I2C, SPI, video devices, sound and others would be enabled. The config file can be replaced using a configmap to enable or disable access to different devices, like accelerators, GPUs, etc.
21
25
22
26
The node will show the devices it recognizes as resources in the node object in Kubernetes. The example below shows a raspberry PI.
0 commit comments