15 lines
286 B
JSON
15 lines
286 B
JSON
{
|
|
"cdiVersion": "0.3.0",
|
|
"kind": "vendor.com/device",
|
|
"devices": [
|
|
{
|
|
"name": "myKmsg",
|
|
"containerEdits": {
|
|
"mounts": [
|
|
{"hostPath": "/dev/kmsg", "containerPath": "/dev/kmsg1", "options": ["rw", "rprivate", "rbind"]}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|