You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/userguide/Ascend-device/examples/allocate-310p.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,23 @@ spec:
24
24
huawei.com/Ascend310P-memory: 1024
25
25
```
26
26
27
-
> **NOTICE:** *compute resource of Ascend910B is also limited with `huawei.com/Ascend310P-memory`, equals to the percentage of device memory allocated.*
27
+
> **NOTICE:** *compute resource of Ascend310P is also limited with `huawei.com/Ascend310P-memory`, equals to the percentage of device memory allocated.*
28
+
29
+
## Select Device by UUID
30
+
31
+
You can specify which Ascend devices a pod uses or excludes by using annotations:
32
+
33
+
```yaml
34
+
apiVersion: v1
35
+
kind: Pod
36
+
metadata:
37
+
name: ascend-pod
38
+
annotations:
39
+
# Use specific Ascend devices (comma-separated list)
0 commit comments