Kevin Klues

Results 14 issues of 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...

sig/node
stage/alpha
lifecycle/stale

### 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"...

sig/node
stage/stable
lead-opted-in

### 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...

sig/node
stage/stable
tracked/yes
lead-opted-in

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...

size/XL
approved
cncf-cla: yes

### 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...

sig/node
stage/alpha

### 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:...

sig/node
sig/scheduling
stage/alpha
tracked/yes
lead-opted-in
wg/device-management

### 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...

sig/node
sig/scheduling
stage/beta
tracked/yes
lead-opted-in
wg/device-management

### 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...

sig/network
sig/node
stage/stable
tracked/no
wg/device-management

### 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,...

bug