From 2570a3fe32a4c08a392ce6146e2ab6d496dcb814 Mon Sep 17 00:00:00 2001 From: cs Date: Wed, 30 Jul 2025 11:57:32 +0800 Subject: [PATCH 1/2] important notes for predicates plugin --- content/en/docs/plugins.md | 2 ++ content/zh/docs/plugins.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/content/en/docs/plugins.md b/content/en/docs/plugins.md index cc8020ba..e3545477 100644 --- a/content/en/docs/plugins.md +++ b/content/en/docs/plugins.md @@ -114,6 +114,8 @@ Anti-affinity: The Predicate Plugin calls the PredicateGPU with pod and nodeInfo as parameters to evaluate and pre-select jobs based on the results. +**Important Note**: The deviceshare plugin has a dependency on the Predicate plugin and cannot function without it being enabled. + #### Scenario In AI scenarios where GPU resources are required, the Predicate Plugin can quickly filter out those that require the GPU for centralized scheduling. diff --git a/content/zh/docs/plugins.md b/content/zh/docs/plugins.md index 0d016245..82067f73 100644 --- a/content/zh/docs/plugins.md +++ b/content/zh/docs/plugins.md @@ -110,6 +110,8 @@ Anti-affinity: Predicate plugin通过pod、nodeInfo作为参数,调用predicateGPU,根据计算结果对作业进行评估预选。 +**重要提示**: deviceshare插件依赖于Predicate插件,不能在Predicate插件未启用的情况下独立运行。 + #### 场景 在AI的应用场景下,GPU资源是必需,Predicate plugin可以快速筛选出来需要GPU的进行集中调度。 From 3721db53fcdbf36ea99c7ccfa1b810e91568551f Mon Sep 17 00:00:00 2001 From: cs Date: Wed, 6 Aug 2025 11:41:11 +0800 Subject: [PATCH 2/2] docs:important notes for predicates plugin Signed-off-by: cs --- content/en/docs/plugins.md | 2 +- content/zh/docs/plugins.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/plugins.md b/content/en/docs/plugins.md index e3545477..8a02dff0 100644 --- a/content/en/docs/plugins.md +++ b/content/en/docs/plugins.md @@ -114,7 +114,7 @@ Anti-affinity: The Predicate Plugin calls the PredicateGPU with pod and nodeInfo as parameters to evaluate and pre-select jobs based on the results. -**Important Note**: The deviceshare plugin has a dependency on the Predicate plugin and cannot function without it being enabled. +**Important Note**: The `deviceshare` plugin has a dependency on the `Predicate` Plugin and cannot function without it being enabled. #### Scenario diff --git a/content/zh/docs/plugins.md b/content/zh/docs/plugins.md index 82067f73..5af59721 100644 --- a/content/zh/docs/plugins.md +++ b/content/zh/docs/plugins.md @@ -110,7 +110,7 @@ Anti-affinity: Predicate plugin通过pod、nodeInfo作为参数,调用predicateGPU,根据计算结果对作业进行评估预选。 -**重要提示**: deviceshare插件依赖于Predicate插件,不能在Predicate插件未启用的情况下独立运行。 +**重要提示**: `deviceshare` plugin 依赖于 `Predicate` plugin,必须启用 `Predicate` plugin 才能运行。 #### 场景