From 412642ff57e95c4bc698430d64f0e379ed73cb29 Mon Sep 17 00:00:00 2001 From: cnrock Date: Tue, 18 Mar 2025 03:00:34 +0000 Subject: [PATCH] update deploy/biren-device-plugin.yaml. change scheduler.alpha.kubernetes.io/critical-pod: "" to priorityClassName: system-node-critical Signed-off-by: cnrock --- deploy/biren-device-plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/biren-device-plugin.yaml b/deploy/biren-device-plugin.yaml index 11efcf4..4ee47c6 100644 --- a/deploy/biren-device-plugin.yaml +++ b/deploy/biren-device-plugin.yaml @@ -49,7 +49,7 @@ spec: template: metadata: annotations: - scheduler.alpha.kubernetes.io/critical-pod: "" + priorityClassName: system-node-critical labels: name: biren-device-plugin app.kubernetes.io/component: exporter -- Gitee