Skip to content

Commit

Permalink
Merge pull request #1075 from NVIDIA/bump-toolkit-and-device-plugin
Browse files Browse the repository at this point in the history
Bump nvidia-container-toolkit to v0.17.0-rc.2 and k8s-device-plugin to v0.17.0-rc.1
  • Loading branch information
cdesiniotis authored Oct 28, 2024
2 parents a25a1d5 + b404c32 commit e56794e
Show file tree
Hide file tree
Showing 12 changed files with 154 additions and 199 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,17 +207,17 @@ spec:
- name: dcgm-image
image: nvcr.io/nvidia/cloud-native/dcgm@sha256:7b0ebd6c40a11b6484dc4385605372511e4e93132a44d2a3d6ec2e36c24e6783
- name: container-toolkit-image
image: nvcr.io/nvidia/k8s/container-toolkit@sha256:7bcc188703f2fac630f7a4ff8960e6733ac3a29adf6a946533b796d9a27b8acf
image: nvcr.io/nvidia/k8s/container-toolkit@sha256:a9cdea88635bb6aee1799ac4d4256d3baee24209a4a4feada47145242cb90c6e
- name: driver-image
image: nvcr.io/nvidia/driver@sha256:8a9a9e9470f64d340a7f3106a03e9622fa98e25368fbfb7ce9c416ad98f6d951
- name: driver-image-535
image: nvcr.io/nvidia/driver@sha256:6b75c7534efa6ec480e8eeea625949cd74330aad287239e1abf160622c4814f3
- name: driver-image-560
image: nvcr.io/nvidia/driver@sha256:38b66a8d44cab9e2c62da9e101f32cd9dbcb5e02d8e57b47671284d374ca3695
- name: device-plugin-image
image: nvcr.io/nvidia/k8s-device-plugin@sha256:7ad2c9f71fe06f9f7745ac8635f46740fbdff4f11edd468addfab81afcdfa534
image: nvcr.io/nvidia/k8s-device-plugin@sha256:c05c5ca9ac1babc29063605871de154901404c6c20cba02f81568a5e4276ec5d
- name: gpu-feature-discovery-image
image: nvcr.io/nvidia/k8s-device-plugin@sha256:7ad2c9f71fe06f9f7745ac8635f46740fbdff4f11edd468addfab81afcdfa534
image: nvcr.io/nvidia/k8s-device-plugin@sha256:c05c5ca9ac1babc29063605871de154901404c6c20cba02f81568a5e4276ec5d
- name: mig-manager-image
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:40830d3561c14743f484d45b498141f9e86b1308e16fae3978110783927264ab
- name: init-container-image
Expand Down Expand Up @@ -858,15 +858,15 @@ spec:
- name: "VALIDATOR_IMAGE"
value: "registry.gitlab.com/nvidia/kubernetes/gpu-operator/staging/gpu-operator-validator:main-latest"
- name: "GFD_IMAGE"
value: "nvcr.io/nvidia/k8s-device-plugin@sha256:7ad2c9f71fe06f9f7745ac8635f46740fbdff4f11edd468addfab81afcdfa534"
value: "nvcr.io/nvidia/k8s-device-plugin@sha256:c05c5ca9ac1babc29063605871de154901404c6c20cba02f81568a5e4276ec5d"
- name: "CONTAINER_TOOLKIT_IMAGE"
value: "nvcr.io/nvidia/k8s/container-toolkit@sha256:7bcc188703f2fac630f7a4ff8960e6733ac3a29adf6a946533b796d9a27b8acf"
value: "nvcr.io/nvidia/k8s/container-toolkit@sha256:a9cdea88635bb6aee1799ac4d4256d3baee24209a4a4feada47145242cb90c6e"
- name: "DCGM_IMAGE"
value: "nvcr.io/nvidia/cloud-native/dcgm@sha256:7b0ebd6c40a11b6484dc4385605372511e4e93132a44d2a3d6ec2e36c24e6783"
- name: "DCGM_EXPORTER_IMAGE"
value: "nvcr.io/nvidia/k8s/dcgm-exporter@sha256:10ff95e83bc137796f5be76278a6b38fd31c7360e62c7e72011b428f8848c791"
- name: "DEVICE_PLUGIN_IMAGE"
value: "nvcr.io/nvidia/k8s-device-plugin@sha256:7ad2c9f71fe06f9f7745ac8635f46740fbdff4f11edd468addfab81afcdfa534"
value: "nvcr.io/nvidia/k8s-device-plugin@sha256:c05c5ca9ac1babc29063605871de154901404c6c20cba02f81568a5e4276ec5d"
- name: "DRIVER_IMAGE"
value: "nvcr.io/nvidia/driver@sha256:8a9a9e9470f64d340a7f3106a03e9622fa98e25368fbfb7ce9c416ad98f6d951"
- name: "DRIVER_IMAGE-535"
Expand Down
6 changes: 3 additions & 3 deletions deployments/gpu-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ toolkit:
enabled: true
repository: nvcr.io/nvidia/k8s
image: container-toolkit
version: v1.16.2-ubuntu20.04
version: v1.17.0-rc.2-ubuntu20.04
imagePullPolicy: IfNotPresent
imagePullSecrets: []
env: []
Expand All @@ -242,7 +242,7 @@ devicePlugin:
enabled: true
repository: nvcr.io/nvidia
image: k8s-device-plugin
version: v0.16.2-ubi8
version: v0.17.0-rc.1-ubi9
imagePullPolicy: IfNotPresent
imagePullSecrets: []
args: []
Expand Down Expand Up @@ -356,7 +356,7 @@ gfd:
enabled: true
repository: nvcr.io/nvidia
image: k8s-device-plugin
version: v0.16.2-ubi8
version: v0.17.0-rc.1-ubi9
imagePullPolicy: IfNotPresent
imagePullSecrets: []
env:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/NVIDIA/go-nvlib v0.7.0
github.com/NVIDIA/k8s-kata-manager v0.2.2
github.com/NVIDIA/k8s-operator-libs v0.0.0-20240826221728-249ba446fa35
github.com/NVIDIA/nvidia-container-toolkit v1.16.2
github.com/NVIDIA/nvidia-container-toolkit v1.17.0-rc.2
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
github.com/go-logr/logr v1.4.2
github.com/mittwald/go-helm-client v0.12.14
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ github.com/NVIDIA/k8s-kata-manager v0.2.2 h1:+xVIp4yLfCjZ31Dfrm9LOKo4T47b4g+DV6X
github.com/NVIDIA/k8s-kata-manager v0.2.2/go.mod h1:UGjGQUcpXTegwyOc5IwcyLTzPKwO9lOIkqw/qUzk8Q0=
github.com/NVIDIA/k8s-operator-libs v0.0.0-20240826221728-249ba446fa35 h1:w9DXPTJCq9k2PVpdBQJrWE4vAmZcFaSHKLpM/xos9WI=
github.com/NVIDIA/k8s-operator-libs v0.0.0-20240826221728-249ba446fa35/go.mod h1:sw6XRI5wq0Q+nSgaWa1Pyo/ZKxQebc70x6VIznDAxtM=
github.com/NVIDIA/nvidia-container-toolkit v1.16.2 h1:udrrtB8JrAs2KkKQ4njgSb/anUOC1b9tP5LjUtbjE+k=
github.com/NVIDIA/nvidia-container-toolkit v1.16.2/go.mod h1:2heVmOldqyMBVXMn0A1Cpjze7VwQTQAGzP8AJ12/HLs=
github.com/NVIDIA/nvidia-container-toolkit v1.17.0-rc.2 h1:WJJazEJuQv8eiQ8Q/Q0EtXOYE/KM5bHzUOaUiKTbUuA=
github.com/NVIDIA/nvidia-container-toolkit v1.17.0-rc.2/go.mod h1:E5Ocrqa8ZihJT0ensdD0qYLgwgoDQoYfid3IGT0lc0g=
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d h1:UrqY+r/OJnIp5u0s1SbQ8dVfLCZJsnvazdBP5hS4iRs=
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d/go.mod h1:HI8ITrYtUY+O+ZhtlqUnD8+KwNPOyugEhfP9fdUIaEQ=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e56794e

Please sign in to comment.