Skip to content

Commit 29e9e83

Browse files
bart0shpohly
authored andcommitted
dynamic resource allocation: describe CDI device format
1 parent 0f95d74 commit 29e9e83

File tree

1 file changed

+7
-1
lines changed
  • keps/sig-node/3063-dynamic-resource-allocation

1 file changed

+7
-1
lines changed

keps/sig-node/3063-dynamic-resource-allocation/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,13 @@ device ids should be added to the CRI Device structure:
18691869
message Device {
18701870
...
18711871
string permissions = 3;
1872-
// Set of fully qualified CDI device names
1872+
// 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)
18731879
repeated string cdi_device = 4;
18741880
}
18751881
```

0 commit comments

Comments
 (0)