Kevin Klues
Kevin Klues
The following check prevents one from explicitly setting a `bool` flag to `false` when using an `altsrc` input: https://github.com/urfave/cli/blob/c11460548df8d468af55d678ccccf50e970e71b1/altsrc/flag.go#L129 This can cause issues (for example) if the default value from...
### Enhancement Description - One-line enhancement description (can be used as a release note): Add CPUManager policy option to align CPUs by Socket instead of by NUMA node - Kubernetes...
### Enhancement Description - **One-line enhancement description (can be used as a release note):** An enhancement to the `TopologyManager` that considers relative distances between NUMA nodes when calculating "best hints"...
### Enhancement Description - **One-line enhancement description (can be used as a release note):** An enhancement to the `DevicePlugin` API to include a field for CDI devices. - **Kubernetes Enhancement...
This PR adds support for structured parameters to the example DRA driver (keeping the support for "classic" DRA in place). See the updated README for instructions on how to enable...
### Enhancement Description - One-line enhancement description (can be used as a release note): Add CPUManager policy option to distribute CPUs across NUMA nodes instead of packing them - Kubernetes...
### Enhancement Description - **One-line enhancement description (can be used as a release note):** Add support for partitionable devices to DRA. - **Kubernetes Enhancement Proposal:** * https://github.com/kubernetes/enhancements/tree/master/keps/sig-scheduling/4815-dra-partitionable-devices * Incremental PRs:...
### Enhancement Description - **One-line enhancement description (can be used as a release note):** Add support for a "one-of" prioritized list of selection criteria to satisfy a device request in...
### Enhancement Description - **One-line enhancement description (can be used as a release note):** Add driver-owned fields in ResourceClaim.Status with possible standardized network interface data - **Kubernetes Enhancement Proposal:** https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/4817-resource-claim-device-status/README.md...
### What is the version? 3.3.8-3.6.0 ### What happened? The dcgm-exporter pod crashed with the following log: ``` $ kubectl logs -n gpu-operator nvidia-dcgm-exporter-lq2b7 Defaulted container "nvidia-dcgm-exporter" out of: nvidia-dcgm-exporter,...