Remove the node-selector

This commit is contained in:
dvirlabs 2026-03-01 16:45:42 +02:00
parent a5b53fd50b
commit 19d1d5fa4a

View File

@ -28,8 +28,12 @@ spec:
labels: labels:
name: nvidia-device-plugin-ds name: nvidia-device-plugin-ds
spec: spec:
nodeSelector: # nodeSelector removed for initial deployment to avoid chicken-egg problem
nvidia.com/gpu.present: "true" # The nvidia.com/gpu.present label is applied BY the device plugin itself
# FAIL_ON_INIT_ERROR=false ensures graceful skip on nodes without GPU
# After first deployment, you can optionally re-enable with:
# nodeSelector:
# nvidia.com/gpu.present: "true"
tolerations: tolerations:
- key: nvidia.com/gpu - key: nvidia.com/gpu
operator: Exists operator: Exists