From 2e8633f1f457e6d4f3f677bbf46b413fa4811cbf Mon Sep 17 00:00:00 2001 From: Ramkumar Devanathan Date: Thu, 6 Apr 2017 07:47:05 +0530 Subject: [PATCH] Update list-all-running-container-images.md --- docs/tasks/kubectl/list-all-running-container-images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/kubectl/list-all-running-container-images.md b/docs/tasks/kubectl/list-all-running-container-images.md index 070de69004..0c97474318 100644 --- a/docs/tasks/kubectl/list-all-running-container-images.md +++ b/docs/tasks/kubectl/list-all-running-container-images.md @@ -60,7 +60,7 @@ The jsonpath is interpreted as follows: - `.containers[*]`: for each container - `.image`: get the image -**Note:** When fetching a single Pod by name, e.g. `kubect get pod nginx`, +**Note:** When fetching a single Pod by name, e.g. `kubectl get pod nginx`, the `.items[*]` portion of the path should be omitted because a single Pod is returned instead of a list of items.