Skip to content
Snippets Groups Projects
Verified Commit 59d4f654 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(drivers): Downgrade amd-gpu driver deployment to version 1.18.0

Due to a currently unsolved issue, the device plugin reports 0 available
AMD GPUs on system that have fully functional GPUs ready to go. This
change in behaviour appeared when upgrading from Kubernetes 1.24.11 to
1.25.8 and is currently unclear.

References:
https://github.com/RadeonOpenCompute/k8s-device-plugin/issues/31
parent 1e43041f
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,11 @@ spec: ...@@ -25,6 +25,11 @@ spec:
version: 0.6.0 version: 0.6.0
interval: 5m interval: 5m
values: values:
nfd:
enabled: true
dp:
image:
tag: 1.18.0
namespace: drivers-system namespace: drivers-system
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment