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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ The list of prerequisites for running the Biren device plugin is described below

## Deployment

### Label the Node with `birentech.com=gpu`
### Label the Node with `biren=on`
```bash
kubectl label node {biren-node} birentech.com=gpu
kubectl label node {biren-node} biren=on
```

### Deploy `biren-device-plugin`
Expand Down
2 changes: 1 addition & 1 deletion deploy/biren-device-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
app.kubernetes.io/name: gpu-exporter
spec:
nodeSelector:
birentech.com: gpu
biren: "on"
tolerations:
- key: CriticalAddonsOnly
operator: Exists
Expand Down
Loading