mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 11:50:18 +00:00
deploy: log complete ouput of rook operator
kubectl log with labels will log only last 10 lines by default adding tail=-1 to log complete output. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
25796aa4ea
commit
493db5c183
@ -21,7 +21,7 @@ function log_errors() {
|
||||
kubectl get nodes
|
||||
kubectl -n rook-ceph get events
|
||||
kubectl -n rook-ceph describe pods
|
||||
kubectl -n rook-ceph logs -l app=rook-ceph-operator
|
||||
kubectl -n rook-ceph logs -l app=rook-ceph-operator --tail=-1
|
||||
kubectl -n rook-ceph get CephClusters -oyaml
|
||||
kubectl -n rook-ceph get CephFilesystems -oyaml
|
||||
kubectl -n rook-ceph get CephBlockPools -oyaml
|
||||
|
Loading…
Reference in New Issue
Block a user