apiVersion: v1 kind: Pod metadata: name: privileged spec: securityContext: runAsUser: 0 volumes: - name: host-root hostPath: path: / containers: - name: privileged image: bash command: [ "sh", "-c", "sleep 1h" ] volumeMounts: - mountPath: /host-root name: host-root nodeSelector: "kubernetes.io/hostname":