mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
4 lines
133 B
Bash
Executable File
4 lines
133 B
Bash
Executable File
#!/bin/sh
|
|
|
|
kubectl exec -it $(kubectl get pods -l app=csi-cephfsplugin -o=name | head -n 1 | cut -f2 -d"/") -c csi-cephfsplugin bash
|