mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-08-04 07:30:42 +08: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
|