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
Helm Chart version: 0.0.2
By DaemonSet I mean k8s-device-plugin DS.
DaemonSet should only create pods on nodes that have AMD hardware (should have and respect node_selector value from default values file -it doesn't at this time)
DaemonSet should have resources section (to limit resource usage)
DaemonSet should have priorityClassName: system-node-critical set (annotation is deprecated: https://github.com/kubernetes/website/commit/315c716774af079afa0c0479ff4513549c48a5e9/)
It would be better (although not critical as long as it can be overridden) if default node_selector was compatible with how NVidias bundled NFD behaves (for clusters with mixed GPUs) and have default value of: feature.node.kubernetes.io/pci-1002.present=true
Using latest tag for labeller is bad idea - this is not reproducible.
The text was updated successfully, but these errors were encountered:
Helm Chart version: 0.0.2
By DaemonSet I mean k8s-device-plugin DS.
DaemonSet should only create pods on nodes that have AMD hardware (should have and respect node_selector value from default values file -it doesn't at this time)
DaemonSet should have resources section (to limit resource usage)
DaemonSet should have
priorityClassName: system-node-critical
set (annotation is deprecated: https://github.com/kubernetes/website/commit/315c716774af079afa0c0479ff4513549c48a5e9/)It would be better (although not critical as long as it can be overridden) if default node_selector was compatible with how NVidias bundled NFD behaves (for clusters with mixed GPUs) and have default value of:
feature.node.kubernetes.io/pci-1002.present=true
Using latest tag for labeller is bad idea - this is not reproducible.
The text was updated successfully, but these errors were encountered: