Commit befdb2e
committed
docs(gpu): correct the resourceName slug derivation
The auto-wired permittedHostDevices table described the resourceName as a
tidy <arch>_<model> slug, which contradicts how nvidia-sandbox-device-plugin
actually derives it (and the upgrade section on the same page). Describe the
real derivation — uppercase the full PCI-IDs name, punctuation to '_' — so
brand tokens like 'Tesla' on Turing/Volta are preserved (TU104GL_TESLA_T4),
and point at 'kubectl describe node | grep nvidia.com/' as the source of
truth.
Signed-off-by: Aleksei Sviridkin <f@lex.la>1 parent 10f72a6 commit befdb2e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments