Eero Tamminen
Eero Tamminen
@SuperQ With >4/5 of the "node_exporter" CPU cycles going to kernel per-CPU spinlock spinning on Xeon, I think that "strace" is enough to debug the issue, and that it can...
Looking at the kernel osq_lock history: https://github.com/torvalds/linux/commits/master/kernel/locking/osq_lock.c There haven't been any recent performance changes, so kernel version doesn't matter as long as it's from 2018 or later.
What in VCAC-A needs CAP_SYS_RAWIO?
Are you saying that privileged mode is NOT actually used, i.e. this bug should be closed, or that you consider it acceptable to use privileged mode? --- I do not...
Especially as Intel GPU plugin supports now (hanks to Ukri) fractional resources that the other plugins (according to the page) do not...
> `kubectl apply -k --dry-run` can be used for viewing what is going to be constructed as a result of kustomization of that directory, those links are not supposed to...
Ok, that works. Maybe something like this could be added to end of the section (along with above mentioned link to releases page): > PS. To review what above `kubectl`...
What the other plugins do: * Example for applying only from Git checkout: IIA, VPU, FPGA * Examples both for applying from URL and Git checkout: SGX (using operator), QAT,...
One more issue with the GPU plugin installation section is that it mentions nothing about using operator (or helm for) installing it, e.g. link to further documentation elsewhere in the...
> @eero-t thanks, these are good suggestions. one thing we need to keep in mind is that all our `cmd/*_plugin/README`s try to follow the same structure so we'd need to...