Evan Lezar
Evan Lezar
#### What type of PR is this? /kind feature #### What this PR does / why we need it: This PR adds support for reloading runtime configs on SIGHUP. This...
Is it possible to trigger a restart of crio to apply new runtime configurations without requiring a node reboot? e.g. through `SIGHUP` or by watching for changes at `/etc/crio/crio.d`. ##...
Adding an `AutoScaling` section to the senza configuration adds `AppServerScaleUp` and `AppServerScaleDown` policies automatically. The expected behaviour would be that these could be overwritten (as is the case with the...
This change adds support for specifying fully-qualified CDI device names in the --device flag. This allows the Container Device Interface (CDI) to be used to inject devices into container being...
This change adds an init-container to the device plugin to ensure that the MPS daemon with the correct config has been started *before* the device plugin starts. This init container...
This change uses the platform detection added to go-nvlib in https://github.com/NVIDIA/go-nvlib/pull/28 See https://github.com/NVIDIA/cloud-native-team/issues/61
When using GFD (or the device plugin) on Tegra-based systems, we do not use NVML to extract device information. Furthermore, we rely on heuristics to detect the platform we are...
Thes changes add support to the NVIDIA GPU Device Plugin for driver installations that have the following properties: * driver files are installed at a `hostDriverRoot`, say: `/host/nvidia/driver` * device...
This change treats errors in constructing vGPU labels as warnings. If errors occur the `nvidia.com/vgpu.present` label is set to `false` instead of raising an error. For example, on my mac:...