diff --git a/services/maintenance/rpi-resource-reservation-daemonset.yaml b/services/maintenance/rpi-resource-reservation-daemonset.yaml index 85165193..574bd616 100644 --- a/services/maintenance/rpi-resource-reservation-daemonset.yaml +++ b/services/maintenance/rpi-resource-reservation-daemonset.yaml @@ -17,7 +17,7 @@ spec: annotations: atlas.bstein.dev/reservation-revision: "2026-05-19-5" spec: - hostPID: true + hostPID: true # Needed for nsenter to run host systemd reloads after config writes. serviceAccountName: node-nofile nodeSelector: node-role.kubernetes.io/worker: "true" @@ -57,7 +57,7 @@ spec: cpu: 100m memory: 96Mi securityContext: - privileged: true + privileged: true # Required to write host kubelet reservation files under /host. runAsUser: 0 volumeMounts: - name: host-root