Uninstalling the SR-IOV Device Plugin
You can uninstall the SR-IOV device plugin if it is no longer required.
This section is for reference only if you need to uninstall the SR-IOV device plugin. It is not mandatory for deploying the SR-IOV device plugin.
- On the master node, run the following commands to go to the source code directory of the SR-IOV device plugin and uninstall it.
1 2 3
cd /path/to/sriov-network-device-plugin kubectl delete -f deployments/configMap.yaml kubectl delete -f deployments/sriovdp-daemonset.yaml
- After the uninstallation, query the existing Pod in the current cluster.
1kubectl -n kube-system get pod
If the Pod named kube-sriov-device-plugin has been deleted, the uninstallation is successful. The possible command output is as follows:1NAME READY STATUS RESTARTS AGE
Parent topic: (Optional) Plugin Uninstallation