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.