website/content/en/docs/reference/kubectl
Hardy e5863effe6 Add a example for union operator in the shell env (#16282)
In the current example, single quotes are used, but the union operator can  be confusing.
Incorrect:
`kubectl get pod -o=jsonpath='{.items[*]['metadata.name','spec.nodeName']}'`  
Correct:
`kubectl get pods -o=jsonpath="{.items[*]['metadata.name', 'status.capacity']}"`
2019-10-08 15:55:51 -07:00
..
_index.md Convert site to Hugo (#8316) 2018-05-05 09:00:51 -07:00
cheatsheet.md Fix indent issue in cheatsheet.md (#16574) 2019-09-27 14:22:43 -07:00
conventions.md Rephrase sentence in k8s.io/docs/reference/kubectl/conventions/ (#16732) 2019-10-07 20:45:11 -07:00
docker-cli-to-kubectl.md Remove myself from review of all files except what-is-kubernetes and the deprecation policy. All of the lists of suggested reviewers need to be overhauled, but that's a separate task. (#15227) 2019-07-06 04:20:35 -07:00
jsonpath.md Add a example for union operator in the shell env (#16282) 2019-10-08 15:55:51 -07:00
kubectl-cmds.md Put kubectl commands in left nav. (#8502) 2018-05-11 10:14:28 -07:00
kubectl.md Fix links for kubectl commands (#16450) 2019-09-20 11:27:26 -07:00
overview.md Remove kubectl stop (#16677) 2019-10-06 04:35:09 -07:00