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