We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f95d74 commit 29e9e83Copy full SHA for 29e9e83
keps/sig-node/3063-dynamic-resource-allocation/README.md
@@ -1869,7 +1869,13 @@ device ids should be added to the CRI Device structure:
1869
message Device {
1870
...
1871
string permissions = 3;
1872
- // Set of fully qualified CDI device names
+ // Set of fully qualified CDI device names in the following
1873
+ // format: <kind>=<name>,
1874
+ // where
1875
+ // kind (string) is a device vendor identifier
1876
+ // name (string) is a device name
1877
+ // for example: vendor.com/gpu=gpudevice1
1878
+ // see more details in the [CDI specification](https://github.com/container-orchestrated-devices/container-device-interface/blob/master/SPEC.md)
1879
repeated string cdi_device = 4;
1880
}
1881
```
0 commit comments