Adrián Moreno
Adrián Moreno
### Your Environment - Version used: (snap) 7.11.5 - Operating System and version: Fedora 36 - Desktop Environment: Gnome ### Expected Behavior It should not crash ### Current Behavior The...
Running an ipython kernel with `--transport=ipc` and stopping it (via sending an `quit` command though a jupyter-client), generates the following exception: ``` Traceback (most recent call last): File "/home/amorenoz/.local/share/virtualenvs/insights-cmd-nQG3uYIv/lib/python3.9/site-packages/ipykernel/kernelapp.py", line...
The code that populates DeviceInfoSpec information is currently in `netResourcePool.go` https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin/blob/7488066fa720cb32ae77dd412fa84088f3ebac10/pkg/netdevice/netResourcePool.go#L79-L85 It would be cleaner if it lived in `PciNetDevice`
The [Device Plugin API](https://github.com/RadeonOpenCompute/k8s-device-plugin/blob/eda73d5bd298179562ed4289e74dbcff8935fc09/vendor/k8s.io/kubernetes/pkg/kubelet/apis/deviceplugin/v1beta1/api.pb.go#L276) allows Device Plugins to set any number of environment variables. Currently, the SR-IOV Network Device Plugin uses this API to set the following ENV var per...
The issue of possibly refactoring the resourceFactory has come up a couple of times. Opening this issue do discuss it. Some discussion topics could be: - Should the `resourceFactory` be...
Hello, I'd like to ask about the IPFIX fields ObservationPointID and ObservationDomainID. These two fields are currently not being printed (IIUC, "ObservationPointID" is not even being extracted from flow samples)...
I detected this behavior while implementing a Widget based on `TreeControl` but it's also reproducible with `DirectoryTree`. When asked to display a large number of elements, the view gets very...
Network datapaths typically handle packets in two different ways: - When it's a new "flow", identified by it's 5-tuple (src/dst MAC, src/dst IP, L4 port), datapaths typically need extra processing,...
Depending on the configuration, different types of stressors might end up competing for the same resources. For example, if PAO (Performance Add-on Operator) is used on a cluster, kubelet and...
Hi @gearnode , not sure if you're aware but your certificate on https://gearno.de/ has expired and that makes building privatebin fail with: ``` $ make go build -ldflags "-X 'gearno.de/privatebin/internal/version.Version=1.4.0'"...