Skip to content

Releases: NVIDIA/k8s-device-plugin

v0.12.2

16 Jun 20:02
Compare
Choose a tag to compare
  • Fix example configmap settings in values.yaml file
  • Fix assertions for panicking on uniformity with migStrategy=single
  • Make priorityClassName configurable through helm
  • Move NFD servicAccount info under 'master' in helm chart
  • Bump GFD subchart to version 0.6.1
  • Allow an empty config file and default to "version: v1"
  • Make config fallbacks for config-manager a configurable, ordered list
  • Add an 'empty' config fallback (but don't apply it by default)

v0.12.1

13 Jun 21:53
Compare
Choose a tag to compare
  • Exit the plugin and GFD sidecar containers on error instead of logging and continuing
  • Only force restart of daemonsets when using config files and allow overrides
  • Fix bug in calculation for GFD security context in helm chart
  • Fix bug prohibiting GFD from being started from the plugin helm chart

v0.12.0

06 Jun 20:27
Compare
Choose a tag to compare

This release is a promotion of v0.12.0-rc.6 to v0.12.0

v0.12.0-rc.6

  • Send SIGHUP from GFD sidecar to GFD main container on config change
  • Reuse main container's securityContext in sidecar containers
  • Update GFD subchart to v0.6.0-rc.1
  • Bump CUDA base image version to 11.7.0
  • Add a flag called FailRequestsGreaterThanOne for TimeSlicing resources

v0.12.0-rc.5

  • Allow either an external ConfigMap name or a set of configs in helm
  • Handle cases where no default config is specified to config-manager
  • Update API used to pass config files to helm to use map instead of list
  • Fix bug that wasn't properly stopping plugins across a soft restart

v0.12.0-rc.4

  • Disable support for resource-renaming in the config (will no longer be part of this release)
  • Add field for TimeSlicing.RenameByDefault to rename all replicated resources to .shared
  • Refactor main to allow configs to be reloaded across a (soft) restart
  • Add support to helm to provide multiple config files for the config map
  • Add new config-manager binary to run as sidecar and update the plugin's configuration via a node label
  • Make GFD and NFD (optional) subcharts of the device plugin's helm chart

v0.12.0-rc.3

  • Add ability to parse Duration fields from config file
  • Omit either the Plugin or GFD flags from the config when not present
  • Fix bug when falling back to none strategy from single strategy

v0.12.0-rc.2

  • Move MigStrategy from Sharing.Mig.Strategy back to Flags.MigStrategy
  • Remove TimeSlicing.Strategy and any allocation policies built around it
  • Add support for specifying a config file to the helm chart

v0.12.0-rc.1

  • Add API for specifying time-slicing parameters to support GPU sharing
  • Add API for specifying explicit resource naming in the config file
  • Update config file to be used across plugin and GFD
  • Stop publishing images to dockerhub (now only published to nvcr.io)
  • Add NVIDIA_MIG_MONITOR_DEVICES=all to daemonset envvars when mig mode is enabled
  • Print the plugin configuration at startup
  • Add the ability to load the plugin configuration from a file
  • Remove deprecated tolerations for critical-pod
  • Drop critical-pod annotation(removed from 1.16+) in favor of priorityClassName
  • Pass all parameters as env in helm chart and example daemonset.yamls files for consistency

v0.12.0-rc.6

03 Jun 20:26
Compare
Choose a tag to compare
v0.12.0-rc.6 Pre-release
Pre-release
  • Send SIGHUP from GFD sidecar to GFD main container on config change
  • Reuse main container's securityContext in sidecar containers
  • Update GFD subchart to v0.6.0-rc.1
  • Bump CUDA base image version to 11.7.0
  • Add a flag called FailRequestsGreaterThanOne for TimeSlicing resources

v0.12.0-rc.5

02 Jun 08:05
Compare
Choose a tag to compare
v0.12.0-rc.5 Pre-release
Pre-release
  • Allow either an external ConfigMap name or a set of configs in helm
  • Handle cases where no default config is specified to config-manager
  • Update API used to pass config files to helm to use map instead of list
  • Fix bug that wasn't properly stopping plugins across a soft restart

v0.12.0-rc.4

27 May 16:09
Compare
Choose a tag to compare
v0.12.0-rc.4 Pre-release
Pre-release
  • Disable support for resource-renaming in the config (will no longer be part of this release)
  • Add field for TimeSlicing.RenameByDefault to rename all replicated resources to <resource-name>.shared
  • Refactor main to allow configs to be reloaded across a (soft) restart
  • Add support to helm to provide multiple config files for the config map
  • Add new config-manager binary to run as sidecar and update the plugin's configuration via a node label
  • Make GFD and NFD (optional) subcharts of the device plugin's helm chart

v0.12.0-rc.3

18 May 14:22
Compare
Choose a tag to compare
v0.12.0-rc.3 Pre-release
Pre-release
  • Add ability to parse Duration fields from config file
  • Omit either the Plugin or GFD flags from the config when not present
  • Fix bug when falling back to none strategy from single strategy

v0.12.0-rc.2

13 May 17:03
Compare
Choose a tag to compare
v0.12.0-rc.2 Pre-release
Pre-release
  • Move MigStrategy from Sharing.Mig.Strategy back to Flags.MigStrategy
  • Remove TimeSlicing.Strategy and any allocation policies built around it
  • Add support for specifying a config file to the helm chart

v0.12.0-rc.1

10 May 16:50
Compare
Choose a tag to compare
v0.12.0-rc.1 Pre-release
Pre-release
  • Add API for specifying time-slicing parameters to support GPU sharing
  • Add API for specifying explicit resource naming in the config file
  • Update config file to be used across plugin and GFD
  • Stop publishing images to dockerhub (now only published to nvcr.io)
  • Add NVIDIA_MIG_MONITOR_DEVICES=all to daemonset envvars when mig mode is enabled
  • Print the plugin configuration at startup
  • Add the ability to load the plugin configuration from a file
  • Remove deprecated tolerations for critical-pod
  • Drop critical-pod annotation(removed from 1.16+) in favor of priorityClassName
  • Pass all parameters as env in helm chart and example daemonset.yamls files for consistency

v0.11.0

18 Mar 21:34
Compare
Choose a tag to compare
  • Update CUDA base image version to 11.6.0
  • Add support for multi-arch images