We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1058d commit b156c56Copy full SHA for b156c56
1 file changed
src/utils/commands.json
@@ -210,6 +210,11 @@
210
"command":"kubectl get storage class",
211
"option": "",
212
"description":"This allows you to check the existence of a storage class and it's name."
213
+ },
214
+ "List container images": {
215
+ "command":"kubectl get pods -o jsonpath='{.items[*].spec.containers[*].image}'",
216
+ "option": "",
217
+ "description":"List the container images running in the cluster."
218
}
219
220
0 commit comments