Update list-all-running-container-images.md

pull/3376/head^2
Ramkumar Devanathan 2017-04-06 07:47:05 +05:30 committed by Andrew Chen
parent 2377ecf401
commit 2e8633f1f4
1 changed files with 1 additions and 1 deletions

View File

@ -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.