我要评分
获取效率
正确性
完整性
易理解

Deploying the Image of the Plugin for Writing the Input Device Permission

Deploy the image of the plugin for writing the input device permission on all worker nodes.

After the video stream cloud phone is started, a virtual input device is generated by the uinput kernel module. To access the virtual input device in the container, you need to configure its permission. This plugin automatically writes the permission of the virtual input device after the container is created.

  1. Create an image of the plugin for writing the input device permission and import this image.
    1
    2
    cd /home/k8s/k8s/InputPermission
    ./make_image.sh
    

    make_image.sh contains image creation and import operations.

  2. Copy input-device-permission.tar to other worker nodes and import it.
    1
    ctr -n k8s.io images import input-device-permission.tar