Skip to content

Commit 5427e86

Browse files
author
ZhengW22
committed
Revert "Add node nouse-id to other vendor docs and add unit test case." This reverts commit 8ba1840.
Signed-off-by: ZhengW22 <[email protected]>
1 parent 25ccb1f commit 5427e86

13 files changed

+1
-97
lines changed

docs/cambricon-mlu-support.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,6 @@ spec:
7474
cambricon.com/mlu.smlu.vcore: "10"
7575
```
7676
77-
## Node configs: annotations
78-
79-
* `cambricon.com/nouse-gpuuuid`:
80-
81-
String type, supports multiple device IDs. Multiple devices should be separated by comma, ie: "GPU-XXX,GPU-YYY"
82-
83-
If set, HAMI will not allocate any devices defined in this string to Pods during scheduling
84-
8577
## Notes
8678
8779
1. Mlu-sharing in init container is not supported, pods with "combricon.com/mlumem" in init container will never be scheduled.

docs/cambricon-mlu-support_cn.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@ spec:
6868
cambricon.com/mlu.smlu.vcore: "10"
6969
```
7070
71-
## Node 配置(在注解中指定)
72-
73-
* `cambricon.com/nouse-gpuuuid`:
74-
75-
字符串类型,支持多个设备ID,使用,分割多个设备,如:"GPU-AAA,GPU-BBB"
76-
77-
如果设置,hami在进行调度将不会为Pod使用字符串中定义的任何设
78-
7971
## 注意事项
8072
8173
1. 在init container中无法使用MLU复用功能,否则该任务不会被调度

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ In Kubernetes, in order for the API server to communicate with the webhook compo
8282
8383
* `nvidia.com/nouse-gpuuuid`:
8484
85-
String type, supports multiple device IDs. Multiple devices should be separated by comma, ie: "GPU-XXX,GPU-YYY"
85+
String type, supports multiple device IDs. Multiple devices should be separated by comma, ie: "GPU-XXX"
8686
8787
If set, HAMI will not allocate any devices defined in this string to Pods during scheduling.
8888

docs/enflame-gcu-suport.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ spec:
9595

9696
> **NOTE:** The device ID format is `{node-name}-enflame-{index}`. You can find the available device IDs in the node status.
9797
98-
## Node configs: annotations
99-
100-
* `enflame.com/nouse-gpuuuid`:
101-
102-
String type, supports multiple device IDs. Multiple devices should be separated by comma, ie: "GPU-XXX,GPU-YYY"
103-
104-
If set, HAMI will not allocate any devices defined in this string to Pods during scheduling
105-
10698
### Finding Device UUIDs
10799

108100
You can find the UUIDs of Enflame GCUs on a node using the following command:

docs/enflame-gcu-support_cn.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,6 @@ spec:
9191

9292
> **说明:** 设备 ID 格式为 `{节点名称}-enflame-{索引}`。你可以在节点状态中找到可用的设备 ID。
9393
94-
## Node 配置(在注解中指定)
95-
96-
* `enflame.com/nouse-gpuuuid`
97-
98-
字符串类型,支持多个设备ID,使用,分割多个设备,如:"GPU-AAA,GPU-BBB"
99-
100-
如果设置,hami在进行调度将不会为Pod使用字符串中定义的任何设
101-
10294
### 查找设备 UUID
10395

10496
你可以使用以下命令查找节点上的燧原 GCU 设备 UUID:

docs/hygon-dcu-support.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,6 @@ Device 0:
7070

7171
Launch your DCU tasks like you usually do
7272

73-
## Node configs: annotations
74-
75-
* `hygon.com/nouse-gpuuuid`:
76-
77-
String type, supports multiple device IDs. Multiple devices should be separated by comma, ie: "GPU-XXX,GPU-YYY"
78-
79-
If set, HAMI will not allocate any devices defined in this string to Pods during scheduling
80-
8173
## Notes
8274

8375
1. DCU-sharing in init container is not supported, pods with "hygon.com/dcumem" in init container will never be scheduled.

docs/hygon-dcu-support_cn.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ Device 0:
6464

6565
接下来正常启动DCU任务即可
6666

67-
## Node 配置(在注解中指定)
68-
69-
* `hygon.com/nouse-gpuuuid`
70-
71-
字符串类型,支持多个设备ID,使用,分割多个设备,如:"GPU-AAA,GPU-BBB"
72-
73-
如果设置,hami在进行调度将不会为Pod使用字符串中定义的任何设
74-
7567
## 注意事项
7668

7769
1. 在init container中无法使用DCU复用功能,否则该任务不会被调度

docs/iluvatar-gpu-support.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,6 @@ spec:
115115

116116
> **NOTE:** The device ID format is `{node-name}-iluvatar-{index}`. You can find the available device IDs in the node status.
117117
118-
## Node configs: annotations
119-
120-
* `iluvatar.ai/nouse-gpuuuid`:
121-
122-
String type, supports multiple device IDs. Multiple devices should be separated by comma, ie: "GPU-XXX,GPU-YYY"
123-
124-
If set, HAMI will not allocate any devices defined in this string to Pods during scheduling
125-
126118
### Finding Device UUIDs
127119

128120
You can find the UUIDs of Iluvatar GPUs on a node using the following command:

docs/iluvatar-gpu-support_cn.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,6 @@ spec:
113113

114114
> **说明:** 设备 ID 格式为 `{节点名称}-iluvatar-{索引}`。你可以在节点状态中找到可用的设备 ID。
115115
116-
## Node 配置(在注解中指定)
117-
118-
* `iluvatar.ai/nouse-gpuuuid`
119-
120-
字符串类型,支持多个设备ID,使用,分割多个设备,如:"GPU-AAA,GPU-BBB"
121-
122-
如果设置,hami在进行调度将不会为Pod使用字符串中定义的任何设
123-
124116
### 查找设备 UUID
125117

126118
你可以使用以下命令查找节点上的天数智芯 GPU 设备 UUID:

docs/metax-support.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,3 @@ spec:
113113
```
114114

115115
> **NOTICE2:** *You can find more examples in [examples/metax folder](../examples/metax/gpu)*
116-
117-
## Node configs: annotations
118-
119-
* `metax-tech.com/nouse-gpuuuid`:
120-
121-
String type, supports multiple device IDs. Multiple devices should be separated by comma, ie: "GPU-XXX,GPU-YYY"
122-
123-
If set, HAMI will not allocate any devices defined in this string to Pods during scheduling

0 commit comments

Comments
 (0)