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