mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
ci: get logs from all containers in pod in system-status.sh
Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
parent
4a6b08256b
commit
ad2c02bdc0
@ -48,7 +48,7 @@ log kubectl -n rook-ceph get pods
|
||||
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}"
|
||||
log kubectl -n rook-ceph logs "${POD}" --all-containers
|
||||
log kubectl -n rook-ceph logs "${POD}" --all-containers --previous=true
|
||||
done
|
||||
log kubectl -n rook-ceph describe CephCluster
|
||||
|
Loading…
Reference in New Issue
Block a user