mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: add sudo prefix for status commands
few commands are getting permission denied error adding sudo is fixing the problem ``` Warning: Permanently added '192.168.49.2' (ECDSA) to the list of known hosts. Hint: You are currently not seeing messages from other users and the system. Users in the 'systemd-journal' group can see all messages. Pass -q to turn off this notice. No journal files were opened due to insufficient permissions. ``` Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
932c7c5879
commit
a6db0d99cd
@ -36,11 +36,11 @@ log minikube logs
|
|||||||
log minikube_ssh top -b -c -n1 -w
|
log minikube_ssh top -b -c -n1 -w
|
||||||
|
|
||||||
# get the logs from the VM
|
# get the logs from the VM
|
||||||
log minikube_ssh journalctl --boot
|
log minikube_ssh sudo journalctl --boot
|
||||||
|
|
||||||
# get kubelet status
|
# get kubelet status
|
||||||
log minikube_ssh systemctl status kubelet
|
log minikube_ssh sudo systemctl status kubelet
|
||||||
log minikube_ssh journalctl -xeu kubelet
|
log minikube_ssh sudo journalctl -xeu kubelet
|
||||||
|
|
||||||
# filesystem status for host and VM
|
# filesystem status for host and VM
|
||||||
log df -hT
|
log df -hT
|
||||||
|
Loading…
Reference in New Issue
Block a user