mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: collect kubelet status
collect kubelet status as part of the system-status which helps in debugging. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
100d53d595
commit
dd53b13a9b
@ -35,6 +35,10 @@ log minikube_ssh top -b -c -n1 -w
|
||||
# get the logs from the VM
|
||||
log minikube_ssh journalctl --boot
|
||||
|
||||
# get kubelet status
|
||||
log minikube_ssh systemctl status kubelet
|
||||
log minikube_ssh journalctl -xeu kubelet
|
||||
|
||||
# filesystem status for host and VM
|
||||
log df -hT
|
||||
log minikube_ssh df -hT
|
||||
|
Loading…
Reference in New Issue
Block a user