Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The `--device` flag can be provided multiple times to allow the plugin to discov
To install the generic-device-plugin, choose what devices should be discovered and deploy the included DaemonSet:

```shell
kubectl apply -f https://raw.githubusercontent.com/squat/generic-device-plugin/main/manifests/generic-device-plugin.yaml
kubectl apply -f https://raw.githubusercontent.com/squat/generic-device-plugin/refs/tags/0.1.0/manifests/generic-device-plugin.yaml
```

*Note*: the example manifest included in this repository discovers serial devices, the `/dev/video0` device, the `/dev/fuse` device, sound devices, and sound capture devices.
Expand Down
2 changes: 1 addition & 1 deletion manifests/generic-device-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- operator: "Exists"
effect: "NoSchedule"
containers:
- image: squat/generic-device-plugin
- image: squat/generic-device-plugin:0.1.0
args:
- --device
- |
Expand Down
Loading