Rate This Document
Findability
Accuracy
Completeness
Readability

Uninstalling the SR-IOV-CNI Network Plugin

You can uninstall the SR-IOV-CNI network plugin if it is no longer required.

This section is for reference only if you need to uninstall the SR-IOV-CNI network plugin. It is not mandatory for deploying the SR-IOV-CNI network plugin.

  1. Delete YAML files in the reverse sequence of their deployments.
    kubectl delete -f sriov-cni-daemonset.yaml
    kubectl delete -f sriov-crd.yaml
    kubectl delete -f configMap.yaml
    kubectl delete -f sriovdp-daemonset.yaml
    kubectl delete -f multus-daemonset.yml
  2. Check whether the files are successfully deleted.
     kubectl get pods -owide -n kube-system

    If no Pod such as multus, sriov-cni, and sriov-device exists, the deletion is successful.