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:
Madhu Rajanna 2022-05-06 11:52:53 +05:30 committed by mergify[bot]
parent 100d53d595
commit dd53b13a9b

View File

@ -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