Skip to content

Commit

Permalink
Add missing mount required to capture GPU metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
yadneshk authored and openshift-cherrypick-robot committed Nov 22, 2024
1 parent 4283fe7 commit afc4893
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
{% endif %}
"volumes": [
"/lib/modules:/lib/modules:ro",
"/run/libvirt:/run/libvirt:shared,ro",
"/sys/:/sys/",
"/proc:/proc"
Expand Down

0 comments on commit afc4893

Please sign in to comment.