From da5645dce93bd84cda7dbe8626a15f1f70e8a91b Mon Sep 17 00:00:00 2001 From: james Date: Wed, 3 Jun 2026 11:12:13 +0800 Subject: [PATCH] update label Signed-off-by: james --- README.md | 4 ++-- deploy/biren-device-plugin.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c49401e..26e9d13 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/deploy/biren-device-plugin.yaml b/deploy/biren-device-plugin.yaml index 634148e..16486db 100644 --- a/deploy/biren-device-plugin.yaml +++ b/deploy/biren-device-plugin.yaml @@ -56,7 +56,7 @@ spec: app.kubernetes.io/name: gpu-exporter spec: nodeSelector: - birentech.com: gpu + biren: "on" tolerations: - key: CriticalAddonsOnly operator: Exists