Mikko Ylinen

Results 99 issues of Mikko Ylinen

Go 1.9 (released in August 2017) added sync.Map. The release has been around some time (and the release is not even supported by the Go developers anymore) so it's safe...

we currently only use debugfs to check `4xxx` services. The sysfs based provisioning and capabilities check is going to be available through sysfs so start using it: https://lore.kernel.org/linux-crypto/[email protected]/T/#t

qat

Signed-off-by: Mikko Ylinen

https://book.kubebuilder.io/migration/v2vsv3.html mentions kubebuilder v3 scaffolding gives Liveness and Readiness probes. Add them to device plugins operator too.

- [ ] Create `NodeFeatureRule` for `intel.feature.node.kubernetes.io/iaa`. - [ ] Update/add iaa/dsa rules for "Shared WQ" capable nodes

kubernetes 1.24 turns on `PodSecurity` admission on by default. Our plugin deployments need `hostPath` mounts so the `baseline` policy fails by default. We want to document how to comply with...

docs

we have `make set-version TAG=` which used to work OK for the purpose it was created but new functionality and usages have added corner cases that makes `set-version` fragile: -...