Skip to content

Commit f0a83df

Browse files
authored
Merge pull request #9 from DSFans2014/refact/label
update label
2 parents a379807 + da5645d commit f0a83df

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ The list of prerequisites for running the Biren device plugin is described below
99

1010
## Deployment
1111

12-
### Label the Node with `birentech.com=gpu`
12+
### Label the Node with `biren=on`
1313
```bash
14-
kubectl label node {biren-node} birentech.com=gpu
14+
kubectl label node {biren-node} biren=on
1515
```
1616

1717
### Deploy `biren-device-plugin`

deploy/biren-device-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spec:
5656
app.kubernetes.io/name: gpu-exporter
5757
spec:
5858
nodeSelector:
59-
birentech.com: gpu
59+
biren: "on"
6060
tolerations:
6161
- key: CriticalAddonsOnly
6262
operator: Exists

0 commit comments

Comments
 (0)