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

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.

  1. 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
    
  2. After the uninstallation, query the existing Pod in the current cluster.
    1
    kubectl -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:
    1
    NAME                              READY   STATUS    RESTARTS   AGE