Adrian Chiris
Adrian Chiris
@SchSeba been digging a bit into kubelet code kubelet will report updated status to kubelet every 10 seconds[1] (every NodeStatusUpdateFrequency[2]) once device plugin plugin exits (its endpoint no longer valid),...
1. i do not know what the original authors of the API (grpc) intended. 2. technically we dont achieve more reliability if we do it IMO. 3. when device plugin...
Hi @jaypipes, im ok with this change. @SchSeba @Eoghan1232 WDYT? i dont remember if for openshift this is needed.
I dont understand the issue, device plugin is configured using `rootDevices` selector and is reporting 6 devices under `ysur.tech/sriov_dpu` it emits warning in logs because it did not find netdevice...
PF name the the PF netdev name of the **PCI** device. what you suggest is to support in device plugin to take the name of the PF netdev is from...
@JasinlikeEatingOrange can you change pfName selector to rootDevices selector and use PCI address of the physical device ? this selector also support VF index range syntax @SchSeba pciAddress selector will...
> but they are not VFs if I didn't miss anything from the logs you can see from previous comment https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin/issues/507#issuecomment-1823825669 see section 2. the pci device has a physfn...
does `rootDevices ` selector OR `pciAddresses` work for your virtual env ? what DPU are we talking about ? company model etc ?
>rootDevices it works but it will throw error W1208 12:24:37.819646 1 pciNetDevice.go:81] unable to get PF name "open /sys/bus/pci/devices/0000:01:00.5/net: no such file or directory" yes, its a warning [1] as...
sure, will raise it in one of the meetings. ATM on PTO (paternity leave) so will bring it up once im back. (~3 weeks )