diff --git a/system-status.sh b/system-status.sh index d81db41a0..c7ffe0df9 100755 --- a/system-status.sh +++ b/system-status.sh @@ -45,7 +45,7 @@ log minikube_ssh sudo tar c /var/lib/rook | tar xvO # gets status of the Rook deployment log kubectl -n rook-ceph get events log kubectl -n rook-ceph get pods -for POD in $(kubectl -n rook-ceph get pods -o jsonpath='{.items[0].metadata.name}') +for POD in $(kubectl -n rook-ceph get pods -o jsonpath='{.items[*].metadata.name}') do log kubectl -n rook-ceph describe pod "${POD}" log kubectl -n rook-ceph logs "${POD}" --all-containers