From ade41d716641646ce639b83bfe04be16509b1c9c Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Thu, 11 Jul 2024 13:35:08 -0700 Subject: [PATCH] set NFD priority class to system-node-critical Signed-off-by: Tariq Ibrahim --- deployments/gpu-operator/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployments/gpu-operator/values.yaml b/deployments/gpu-operator/values.yaml index 63aab0f55..3e65bfcf1 100644 --- a/deployments/gpu-operator/values.yaml +++ b/deployments/gpu-operator/values.yaml @@ -500,6 +500,7 @@ ccManager: node-feature-discovery: enableNodeFeatureApi: true + priorityClassName: system-node-critical gc: enable: true replicaCount: 1