-
I am running single node kubernetes cluster and I have deployed sriov-network-operator https://github.com/k8snetworkplumbingwg/sriov-network-operator) kubectl get nodes --show-labels And also observed that daemonset sriov-device-plugin under namespace sriov-network-operator is created as per below output: k get all -n sriov-network-operator NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE NAME READY UP-TO-DATE AVAILABLE AGE NAME DESIRED CURRENT READY AGE I see sriov-device-plugin pod is not deployed. Is it because of the sriovnetwork.openshift.io/device-plugin=Disabled on the node? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hi @murali509 , the sriov-device-plugin is deployed by the operator after the user creates SriovNetworkNodePolicy. |
Beta Was this translation helpful? Give feedback.
hi @murali509 , the sriov-device-plugin is deployed by the operator after the user creates SriovNetworkNodePolicy.
This way the operator deploys the device-plugin on the SR-IOV configured nodes only. Can you try creating some policies?