You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
K8s does not schedule the pods for the daemonset in case priorityClassName is set (kubernetes/kubernetes#78383), thus the nvidia-device-plugin will not work.
Steps to reproduce:
Apply the prerequisites and the nvidia-device-plugin playbook to an OCP 3.11 cluster.
Expected state:
Device plugins get started on the GPU nodes (matched by the label).
Actual state:
Error message Error creating: pods "nvidia-deviceplugin-daemonset-" is forbidden: pods with system-node-critical priorityClass is not permitted in nvidia-device-plugin namespace is thrown for the daemon set.
The text was updated successfully, but these errors were encountered:
Summary:
K8s does not schedule the pods for the daemonset in case priorityClassName is set (kubernetes/kubernetes#78383), thus the nvidia-device-plugin will not work.
Steps to reproduce:
Apply the prerequisites and the nvidia-device-plugin playbook to an OCP 3.11 cluster.
Expected state:
Device plugins get started on the GPU nodes (matched by the label).
Actual state:
Error message
Error creating: pods "nvidia-deviceplugin-daemonset-" is forbidden: pods with system-node-critical priorityClass is not permitted in nvidia-device-plugin namespace
is thrown for the daemon set.The text was updated successfully, but these errors were encountered: