fix(gpu-operator): drop unused hostPID on driver-compat DaemonSet

Signed-off-by: Arsolitt <arsolitt@gmail.com>
This commit is contained in:
Arsolitt 2026-04-19 11:09:01 +03:00
parent 2cc60f170c
commit 95ea20119e
No known key found for this signature in database
GPG key ID: 4D8302CE6A9247C4

View file

@ -24,8 +24,11 @@ spec:
metadata:
labels:
app: nvidia-driver-compat
# DaemonSet rather than a one-shot Job: staging is idempotent per-node,
# must re-run after every Talos reboot (hostPath contents are wiped on
# reboot when the system extension re-installs), and the pause container
# keeps the pod visible for operator observability (kubectl get pods).
spec:
hostPID: true
priorityClassName: system-node-critical
# Restrict to GPU nodes only. Without this the DaemonSet schedules onto
# every node (including control-plane and CPU-only workers) and burns