Comparing main...pull-request/2582 · NVIDIA/gpu-operator · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NVIDIA/gpu-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: NVIDIA/gpu-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pull-request/2582
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 9 files changed
  • 1 contributor

Commits on Jun 27, 2026

  1. Add upgradePolicy to NVIDIADriver CRD

    The upgradePolicy influences how the driver-upgrade controller
    upgrades GPU driver daemonsets. Adding this field to the
    NVIDIADriver CRD allows users to define different upgrade
    policies for different NVIDIADriver CRs. If nil or empty,
    the driver-upgrade controller will fallback to using a
    default upgradePolicy defined in the code which aligns
    with the defaults in our helm values.
    
    Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
    cdesiniotis committed Jun 27, 2026
    Configuration menu
    Copy the full SHA
    c4fe7d4 View commit details
    Browse the repository at this point in the history
Loading