syntax error in a command fix (#16980)

fix for issue #16972
This commit is contained in:
shub-asa1
2019-10-23 20:58:16 +05:30
committed by Kubernetes Prow Robot
parent b894856e8e
commit 1ef74de2ab
@@ -114,7 +114,7 @@ The job name and pod name are different.
```shell
# Replace "hello-4111706356" with the job name in your system
pods=$(kubectl get pods --selector=job-name=hello-4111706356 --output=jsonpath={.items[].metadata.name})
pods=$(kubectl get pods --selector=job-name=hello-4111706356 --output=jsonpath={.items[*].metadata.name})
```
Show pod log: