k8snetworkplumbingwg / sriov-network-operator

Operator for provisioning and configuring SR-IOV CNI plugin and device plugin
Apache License 2.0
84 stars 114 forks source link

Device Plugin daemonset keep restarting #804

Closed armandpicard closed 1 week ago

armandpicard commented 1 week ago

When creating multiple SriovNetworkNodePolicy with different nodeSelector we observe that the sriov-device-plugin daemonset is unstable. After some investigation we found that the root cause is that the operator keep changing the order of nodeSelectorTerms in the daemonset.

armandpicard commented 1 week ago

I was using an older version, after testing on current master branch the daemonset was stable.