Azure IoT Edge Custom Module IoT Create Options - Host Config

Dominik Koller 21 Reputation points
2020-08-20T14:17:23.383+00:00

I tried to use the DeviceCgroupRules property within the HostConfig of the section of the create options of a custom IoT Edge module and after setting the property the desired version of the create options shows the HostConfig with the DeviceCgroupRules but it is never reported back. In general, it looks like if this property is not supported because just an empty HostConfig object is reported back.

Create Options used:

{
"HostConfig": {
"DeviceCgroupRules": [
"c 188:* rmw"
]
}
}

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
552 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,143 questions
{count} votes

Accepted answer
  1. QuantumCache 20,106 Reputation points
    2020-08-24T06:21:17.05+00:00

    There is a similar issue here: https://github.com/Azure/iotedge/issues/3183#issuecomment-655078872. Please try to update the version to 1.0.10-rc1

    Here you can find 1.0.10-rc1 iotedged: https://github.com/Azure/azure-iotedge/releases
    Instructions on how to install: https://learn.microsoft.com/en-us/azure/iot-edge/how-to-update-iot-edge

    Let us know if that helps.


0 additional answers

Sort by: Most helpful