Starting the Device Plugin
Start the device plugin on the master node.
- Start the device plugin.
1 2
cd /home/k8s/k8s/script ./start_devices.sh
After the ./start_devices.sh command is executed for the first time, some errors are reported because the script deletes the daemonSet of the device plugin.
You can run the ./delete_devices.sh command to delete the device plugin.
- After the startup is complete, check whether the device plugin can run properly.
1kubectl get pods -A
It is expected that the STATUS column of Pods whose names start with k8s-host-device is Running.
Parent topic: Operating a Video Stream Cloud Phone Instance