4 lines
81 B
Bash
Executable File
4 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
|
|
kubectl -n rook-ceph describe pods | grep -e "^Name: " -e "Image: "
|