Uninstalling the Bond-CNI Plugin
You can uninstall the Bond-CNI plugin if it is no longer required.
This section is for reference only if you need to uninstall the Bond-CNI plugin. It is not mandatory for deploying the Bond-CNI plugin.
- Delete YAML files in the reverse sequence of their deployments.
kubectl delete -f sriov-crd-bond.yaml kubectl delete -f sriov-crd-01.yaml kubectl delete -f sriov-crd-02.yaml kubectl delete -f configMap.yaml kubectl delete -f sriovdp-daemonset.yaml kubectl delete -f multus-daemonset.yml rm /opt/cni/bin/bond
- 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.
Parent topic: (Optional) Plugin Uninstallation