apiVersion: v1 kind: Pod metadata: name: debug-disk namespace: kube-system spec: hostPID: true hostNetwork: true tolerations: - operator: Exists containers: - name: shell image: alpine command: ["/bin/sh", "-c", "df -h /host; du -sh /host/var/lib/rancher/k3s/storage/* 2>/dev/null; sleep 3600"] securityContext: privileged: true volumeMounts: - name: host-root mountPath: /host volumes: - name: host-root hostPath: path: /