kubectl get po -A --no-headers | awk '{if ($4 != "Running") print $1, $2, $4}' | xargs -l bash -c 'kubectl -n $0 delete pod $1'
flux get kustomizations --status-selector=ready=false -A && flux get helmreleases --status-selector=ready=false -A
kubectl -n rook-ceph exec $(kubectl -n rook-ceph get pod -l 'app=rook-ceph-tools' -o jsonpath='{.items[*].metadata.name}') -- ceph crash archive-all