We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a379807 + da5645d commit f0a83dfCopy full SHA for f0a83df
2 files changed
README.md
@@ -9,9 +9,9 @@ The list of prerequisites for running the Biren device plugin is described below
9
10
## Deployment
11
12
-### Label the Node with `birentech.com=gpu`
+### Label the Node with `biren=on`
13
```bash
14
-kubectl label node {biren-node} birentech.com=gpu
+kubectl label node {biren-node} biren=on
15
```
16
17
### Deploy `biren-device-plugin`
deploy/biren-device-plugin.yaml
@@ -56,7 +56,7 @@ spec:
56
app.kubernetes.io/name: gpu-exporter
57
spec:
58
nodeSelector:
59
- birentech.com: gpu
+ biren: "on"
60
tolerations:
61
- key: CriticalAddonsOnly
62
operator: Exists
0 commit comments