use note short tags (#9023)

This commit is contained in:
makocchi
2018-06-13 08:17:28 +09:00
committed by k8s-ci-robot
parent 514dc71712
commit 982cbd453b
2 changed files with 8 additions and 2 deletions
@@ -62,9 +62,11 @@ The jsonpath is interpreted as follows:
- `.containers[*]`: for each container
- `.image`: get the image
{{< note >}}
**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.
{{< /note >}}
## List Containers by Pod