mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-08 12:20:36 +00:00
@@ -367,6 +367,9 @@ func TryLoadPodDelegates(pod *v1.Pod, conf *types.NetConf, clientInfo *ClientInf
|
||||
return len(delegates), clientInfo, nil
|
||||
}
|
||||
|
||||
if _, ok := err.(*NoK8sNetworkError); ok {
|
||||
return 0, clientInfo, nil
|
||||
}
|
||||
return 0, clientInfo, err
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user