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

Starting the Device Plugin

Start the device plugin on the master node.

  1. Start the device plugin.
    1
    2
    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.
    1
    kubectl get pods -A
    

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