From fe065037a7742f6df60b1f2866a6869cca617e50 Mon Sep 17 00:00:00 2001 From: dongdong Date: Thu, 14 Jul 2022 02:50:23 +0800 Subject: [PATCH] Create README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b55e24b..99ff930 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

kubectl-images makes use of the `kubectl` command. It first calls `kubectl get pods` to retrieve pods details and -filters out the container image information of each pod, then prints out the final result in a table view. +filters out the container image information of each pod, then prints out the final result in a table/json/yaml view. ### 🔰 Installation