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
CRI protocol MUST be extended for this purpose, e.g. list of CDI
2028
-
device ids should be added to the CRI Device structure:
2027
+
CRI protocol MUST be extended for this purpose:
2028
+
2029
+
* CDIDevice structure should be added to the CRI specification
2029
2030
2030
2031
```protobuf
2031
-
// Device specifies a host device to mount into a container.
2032
-
message Device {
2033
-
...
2034
-
string permissions = 3;
2035
-
// Set of fully qualified CDI device names in the following
2032
+
// CDIDevice specifies a CDI device information.
2033
+
message CDIDevice {
2034
+
// Fully qualified CDI device name in the following
2036
2035
// format: <kind>=<name>,
2037
2036
// where
2038
2037
// kind (string) is a device vendor identifier
2039
2038
// name (string) is a device name
2040
2039
// for example: vendor.com/gpu=gpudevice1
2041
-
// see more details in the [CDI specification](https://github.com/container-orchestrated-devices/container-device-interface/blob/master/SPEC.md)
0 commit comments