mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
4 lines
108 B
Bash
Executable File
4 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
|
|
kubectl logs $(kubectl get pods -l app=csi-cephfsplugin -o=name | head -n 1) -c csi-cephfsplugin
|