diff --git a/pkg/multus/multus.go b/pkg/multus/multus.go index 16ab3b922..5d8899260 100644 --- a/pkg/multus/multus.go +++ b/pkg/multus/multus.go @@ -814,7 +814,8 @@ func CmdDel(args *skel.CmdArgs, exec invoke.Exec, kubeClient *k8s.ClientInfo) er pod, err := getPod(kubeClient, k8sArgs, true) if err != nil { - return err + // getPod may be failed but just do print error in its log and continue to delete + logging.Errorf("Multus: getPod failed: %v, but continue to delete", err) } // Read the cache to get delegates json for the pod