Skip to content

Commit af51ed1

Browse files
authored
doc node labeller for other args (#126)
1 parent e5e7a2e commit af51ed1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/user-guide/configuration.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,18 @@ The node labeller can expose labels such as:
138138
- `amd.com/gpu.product-name`: Product name of the GPU
139139
- And others based on the passed arguments
140140

141+
Exposing GPU Partition related through Node Labeller:
142+
143+
As part of the arguments passed while starting node labeller, these flags can be passed to expose partition labels:
144+
- compute-partitioning-supported
145+
- memory-partitioning-supported
146+
- compute-memory-partition
147+
148+
These 3 labels have these respective possible values
149+
- `amd.com/compute-partitioning-supported`: ["true", "false"]
150+
- `amd.com/memory-partitioning-supported`: ["true", "false"]
151+
- `amd.com/compute-memory-partition`: ["spx_nps1", "cpx_nps1" ,"cpx_nps4", ...]
152+
141153
[Download link](https://raw.githubusercontent.com/ROCm/k8s-device-plugin/master/k8s-ds-amdgpu-labeller.yaml)
142154

143155
## Resource Naming Strategy

0 commit comments

Comments
 (0)