Rate This Document
Findability
Accuracy
Completeness
Readability

Starting the Device Plugin

Start the device plugin on the master node.

  1. Start the device plugin.
    cd /home/k8s/k8s/script
    ./start_devices.sh

    You can run the ./delete_devices.sh command to delete the device plugin.

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

    It is expected that the STATUS column of Pods whose names start with k8s-host-device is Running.