Rate This Document
Findability
Accuracy
Completeness
Readability

Starting the Plugin for Writing the Input Device Permission

Start the plugin for writing the input device permission on the master node.

  1. Start the plugin for writing the input device permission.
    1
    2
    cd /home/k8s/k8s/script
    kubectl create -f input-permission.yaml
    

    You can run the kubectl delete -f input-permission.yaml command to delete the plugin for writing the input device permission.

  2. After the startup is complete, check whether the plugin can run properly.
    1
    kubectl get pods -A
    

    It is expected that the STATUS column of Pods whose names start with input-devices-permission-daemonset is Running.